@@ -13,12 +13,12 @@ jobs:
13
13
14
14
artifacts :
15
15
docker :
16
- - image : circleci/python:3.7.9-stretch -node-browsers
16
+ - image : circleci/python:3.9.2-buster -node-browsers
17
17
auth :
18
18
username : dashautomation
19
19
password : $DASH_PAT_DOCKERHUB
20
20
environment :
21
- PYVERSION : python37
21
+ PYVERSION : python39
22
22
steps :
23
23
- checkout
24
24
- run : echo $PYVERSION > ver.txt
@@ -30,16 +30,16 @@ jobs:
30
30
path : ~/dash/packages
31
31
destination : /tmp/packages
32
32
33
- lint-unit-37 : &lint-unit
33
+ lint-unit-39 : &lint-unit
34
34
working_directory : ~/dash
35
35
docker :
36
- - image : circleci/python:3.7.9-stretch -node-browsers
36
+ - image : circleci/python:3.9.2-buster -node-browsers
37
37
auth :
38
38
username : dashautomation
39
39
password : $DASH_PAT_DOCKERHUB
40
40
environment :
41
- PYLINTRC : .pylintrc37
42
- PYVERSION : python37
41
+ PYLINTRC : .pylintrc39
42
+ PYVERSION : python39
43
43
44
44
steps :
45
45
- checkout
73
73
lint-unit-36 :
74
74
<< : *lint-unit
75
75
docker :
76
- - image : circleci/python:3.6.12 -stretch-node-browsers
76
+ - image : circleci/python:3.6.13 -stretch-node-browsers
77
77
auth :
78
78
username : dashautomation
79
79
password : $DASH_PAT_DOCKERHUB
@@ -92,15 +92,15 @@ jobs:
92
92
PYLINTRC : .pylintrc
93
93
PYVERSION : python27
94
94
95
- build-core-37 : &build-core
95
+ build-core-39 : &build-core
96
96
working_directory : ~/dash
97
97
docker :
98
- - image : circleci/python:3.7.9-stretch -node-browsers
98
+ - image : circleci/python:3.9.2-buster -node-browsers
99
99
auth :
100
100
username : dashautomation
101
101
password : $DASH_PAT_DOCKERHUB
102
102
environment :
103
- PYVERSION : python37
103
+ PYVERSION : python39
104
104
steps :
105
105
- checkout
106
106
- run : echo $PYVERSION > ver.txt
@@ -133,7 +133,7 @@ jobs:
133
133
build-core-36 :
134
134
<< : *build-core
135
135
docker :
136
- - image : circleci/python:3.6.12 -stretch-node-browsers
136
+ - image : circleci/python:3.6.13 -stretch-node-browsers
137
137
auth :
138
138
username : dashautomation
139
139
password : $DASH_PAT_DOCKERHUB
@@ -150,15 +150,15 @@ jobs:
150
150
environment :
151
151
PYVERSION : python27
152
152
153
- build-misc-37 : &build-misc
153
+ build-misc-39 : &build-misc
154
154
working_directory : ~/dash
155
155
docker :
156
- - image : circleci/python:3.7.9-stretch -node-browsers
156
+ - image : circleci/python:3.9.2-buster -node-browsers
157
157
auth :
158
158
username : dashautomation
159
159
password : $DASH_PAT_DOCKERHUB
160
160
environment :
161
- PYVERSION : python37
161
+ PYVERSION : python39
162
162
163
163
steps :
164
164
- checkout
@@ -192,7 +192,7 @@ jobs:
192
192
build-misc-36 :
193
193
<< : *build-misc
194
194
docker :
195
- - image : circleci/python:3.6.12 -stretch-node-browsers
195
+ - image : circleci/python:3.6.13 -stretch-node-browsers
196
196
auth :
197
197
username : dashautomation
198
198
password : $DASH_PAT_DOCKERHUB
@@ -209,13 +209,13 @@ jobs:
209
209
environment :
210
210
PYVERSION : python27
211
211
212
- build-windows-37 :
212
+ build-windows-39 :
213
213
working_directory : ~/dash
214
214
executor :
215
215
name : win/default
216
216
shell : bash.exe
217
217
environment :
218
- PYVERSION : python37
218
+ PYVERSION : python39
219
219
steps :
220
220
- checkout
221
221
- run : echo $PYVERSION > ver.txt
@@ -236,7 +236,7 @@ jobs:
236
236
password : $DASH_PAT_DOCKERHUB
237
237
environment :
238
238
PERCY_PARALLEL_TOTAL : -1
239
- PYVERSION : python37
239
+ PYVERSION : python39
240
240
_R_CHECK_FORCE_SUGGESTS_ : FALSE
241
241
242
242
steps :
@@ -336,17 +336,17 @@ jobs:
336
336
when : on_fail
337
337
338
338
339
- test-37 : &test
339
+ test-39 : &test
340
340
working_directory : ~/dash
341
341
docker :
342
- - image : circleci/python:3.7.9-stretch -node-browsers
342
+ - image : circleci/python:3.9.2-buster -node-browsers
343
343
auth :
344
344
username : dashautomation
345
345
password : $DASH_PAT_DOCKERHUB
346
346
environment :
347
347
PERCY_PARALLEL_TOTAL : -1
348
348
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
349
- PYVERSION : python37
349
+ PYVERSION : python39
350
350
parallelism : 3
351
351
steps :
352
352
- checkout
@@ -384,7 +384,7 @@ jobs:
384
384
test-36 :
385
385
<< : *test
386
386
docker :
387
- - image : circleci/python:3.6.12 -stretch-node-browsers
387
+ - image : circleci/python:3.6.13 -stretch-node-browsers
388
388
auth :
389
389
username : dashautomation
390
390
password : $DASH_PAT_DOCKERHUB
@@ -405,21 +405,21 @@ jobs:
405
405
406
406
workflows :
407
407
version : 2
408
- python3.7 :
408
+ python3.9 :
409
409
jobs :
410
- - lint-unit-37
411
- - build-core-37
412
- - build-windows-37
413
- - build-misc-37
410
+ - lint-unit-39
411
+ - build-core-39
412
+ - build-windows-39
413
+ - build-misc-39
414
414
- build-dashr
415
- - test-37 :
415
+ - test-39 :
416
416
requires :
417
- - build-core-37
418
- - build-misc-37
417
+ - build-core-39
418
+ - build-misc-39
419
419
- percy-finalize :
420
420
requires :
421
421
- build-dashr
422
- - test-37
422
+ - test-39
423
423
- artifacts :
424
424
requires :
425
425
- percy-finalize
0 commit comments