10
10
TOXENV : py3
11
11
ELECTRUM_PYTHON_NAME : python3
12
12
matrix :
13
- - env :
14
- ELECTRUM_PYTHON_VERSION : 3.9
15
13
- env :
16
14
ELECTRUM_PYTHON_VERSION : 3.10
17
15
- env :
@@ -85,11 +83,11 @@ task:
85
83
locale_script :
86
84
- contrib/push_locale
87
85
env :
88
- ELECTRUM_IMAGE : python:3.9
86
+ ELECTRUM_IMAGE : python:3.10
89
87
ELECTRUM_REQUIREMENTS_CI : contrib/requirements/requirements-ci.txt
90
88
# in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/...
91
89
depends_on :
92
- - " unittests: Tox Python 3.9 "
90
+ - " unittests: Tox Python 3.10 "
93
91
only_if : $CIRRUS_BRANCH == 'master'
94
92
95
93
task :
@@ -156,7 +154,7 @@ task:
156
154
flake8_script :
157
155
- flake8 . --count --select="$ELECTRUM_LINTERS" --ignore="$ELECTRUM_LINTERS_IGNORE" --show-source --statistics --exclude "*_pb2.py,electrum/_vendor/"
158
156
env :
159
- ELECTRUM_IMAGE : python:3.9
157
+ ELECTRUM_IMAGE : python:3.10
160
158
ELECTRUM_REQUIREMENTS : contrib/requirements/requirements.txt
161
159
matrix :
162
160
- name : " linter: Flake8 Mandatory"
@@ -212,7 +210,7 @@ task:
212
210
CIRRUS_WORKING_DIR : /opt/wine64/drive_c/electrum
213
211
CIRRUS_DOCKER_CONTEXT : contrib/build-wine
214
212
depends_on :
215
- - " unittests: Tox Python 3.9 "
213
+ - " unittests: Tox Python 3.10 "
216
214
217
215
task :
218
216
name : " build: Android (QML $APK_ARCH)"
@@ -246,7 +244,7 @@ task:
246
244
binaries_artifacts :
247
245
path : " dist/*"
248
246
depends_on :
249
- - " unittests: Tox Python 3.9 "
247
+ - " unittests: Tox Python 3.10 "
250
248
251
249
# # mac build disabled, as Cirrus CI no longer supports Intel-based mac builds
252
250
# task:
@@ -309,7 +307,7 @@ task:
309
307
env :
310
308
CIRRUS_DOCKER_CONTEXT : contrib/build-linux/appimage
311
309
depends_on :
312
- - " unittests: Tox Python 3.9 "
310
+ - " unittests: Tox Python 3.10 "
313
311
314
312
task :
315
313
container :
@@ -332,12 +330,12 @@ task:
332
330
env :
333
331
OMIT_UNCLEAN_FILES : 1
334
332
depends_on :
335
- - " unittests: Tox Python 3.9 "
333
+ - " unittests: Tox Python 3.10 "
336
334
337
335
task :
338
336
name : " check submodules"
339
337
container :
340
- image : python:3.9
338
+ image : python:3.10
341
339
cpu : 1
342
340
memory : 1G
343
341
fetch_script :
0 commit comments