8
8
jobs :
9
9
artifacts :
10
10
docker :
11
- - image : cimg/python:3.9.9
11
+ - image : cimg/python:3.10.13
12
12
auth :
13
13
username : dashautomation
14
14
password : $DASH_PAT_DOCKERHUB
15
15
environment :
16
- PYVERSION : python39
16
+ PYVERSION : python310
17
17
PERCY_ENABLE : 0
18
18
steps :
19
19
- checkout
@@ -27,16 +27,16 @@ jobs:
27
27
path : ~/dash/dash-main
28
28
destination : /tmp/dash-main
29
29
30
- install-dependencies-39 : &install-dependencies
30
+ install-dependencies-310 : &install-dependencies
31
31
working_directory : ~/dash
32
32
docker :
33
- - image : cimg/python:3.9.9 -node
33
+ - image : cimg/python:3.10.13 -node
34
34
auth :
35
35
username : dashautomation
36
36
password : $DASH_PAT_DOCKERHUB
37
37
environment :
38
- PYLINTRC : .pylintrc39
39
- PYVERSION : python39
38
+ PYLINTRC : .pylintrc310
39
+ PYVERSION : python310
40
40
PERCY_ENABLE : 0
41
41
42
42
steps :
@@ -88,16 +88,16 @@ jobs:
88
88
PYVERSION : python36
89
89
PERCY_ENABLE : 0
90
90
91
- lint-unit-39 : &lint-unit
91
+ lint-unit-310 : &lint-unit
92
92
working_directory : ~/dash
93
93
docker :
94
- - image : cimg/python:3.9.9 -browsers
94
+ - image : cimg/python:3.10.13 -browsers
95
95
auth :
96
96
username : dashautomation
97
97
password : $DASH_PAT_DOCKERHUB
98
98
environment :
99
- PYLINTRC : .pylintrc39
100
- PYVERSION : python39
99
+ PYLINTRC : .pylintrc310
100
+ PYVERSION : python310
101
101
PERCY_ENABLE : 0
102
102
103
103
steps :
@@ -142,7 +142,7 @@ jobs:
142
142
PYVERSION : python36
143
143
PERCY_ENABLE : 0
144
144
145
- build-windows-39 :
145
+ build-windows-310 :
146
146
working_directory : ~/dash
147
147
executor :
148
148
name : win/default
@@ -157,18 +157,18 @@ jobs:
157
157
pip install --no-cache-dir --upgrade -e .[dev,testing] --progress-bar off
158
158
cd dash/dash-renderer && renderer build && cd ../../
159
159
160
- test-39 : &test
160
+ test-310 : &test
161
161
working_directory : ~/dash
162
162
docker :
163
- - image : cimg/python:3.9.9 -browsers
163
+ - image : cimg/python:3.10.13 -browsers
164
164
auth :
165
165
username : dashautomation
166
166
password : $DASH_PAT_DOCKERHUB
167
167
environment :
168
168
PERCY_ENABLE : 1
169
169
PERCY_PARALLEL_TOTAL : -1
170
170
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
171
- PYVERSION : python39
171
+ PYVERSION : python310
172
172
REDIS_URL : redis://localhost:6379
173
173
- image : cimg/redis:6.2.6
174
174
auth :
@@ -208,17 +208,17 @@ jobs:
208
208
- store_artifacts :
209
209
path : /tmp/dash_artifacts
210
210
211
- test-39 -react-18 :
211
+ test-310 -react-18 :
212
212
<< : *test
213
213
docker :
214
- - image : cimg/python:3.9.9 -browsers
214
+ - image : cimg/python:3.10.13 -browsers
215
215
auth :
216
216
username : dashautomation
217
217
password : $DASH_PAT_DOCKERHUB
218
218
environment :
219
219
PERCY_ENABLE : 0
220
220
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
221
- PYVERSION : python39
221
+ PYVERSION : python310
222
222
REDIS_URL : redis://localhost:6379
223
223
REACT_VERSION : " 18.2.0"
224
224
- image : cimg/redis:6.2.6
@@ -243,15 +243,15 @@ jobs:
243
243
username : dashautomation
244
244
password : $DASH_PAT_DOCKERHUB
245
245
246
- dcc-lint-unit-39 : &dcc-lint-unit
246
+ dcc-lint-unit-310 : &dcc-lint-unit
247
247
working_directory : ~/dash
248
248
docker :
249
- - image : cimg/python:3.9.9 -node
249
+ - image : cimg/python:3.10.13 -node
250
250
auth :
251
251
username : dashautomation
252
252
password : $DASH_PAT_DOCKERHUB
253
253
environment :
254
- PYVERSION : python39
254
+ PYVERSION : python310
255
255
PERCY_ENABLE : 0
256
256
steps :
257
257
- checkout :
@@ -280,15 +280,15 @@ jobs:
280
280
PYVERSION : python36
281
281
PERCY_ENABLE : 0
282
282
283
- dcc-39 : &dcc-test
283
+ dcc-310 : &dcc-test
284
284
working_directory : ~/dash
285
285
docker :
286
- - image : cimg/python:3.9.9 -browsers
286
+ - image : cimg/python:3.10.13 -browsers
287
287
auth :
288
288
username : dashautomation
289
289
password : $DASH_PAT_DOCKERHUB
290
290
environment :
291
- PYVERSION : python39
291
+ PYVERSION : python310
292
292
PERCY_PARALLEL_TOTAL : -1
293
293
PERCY_ENABLE : 1
294
294
parallelism : 3
@@ -326,15 +326,15 @@ jobs:
326
326
- store_artifacts :
327
327
path : /tmp/dash_artifacts
328
328
329
- dcc-39 -react-18 :
329
+ dcc-310 -react-18 :
330
330
<< : *dcc-test
331
331
docker :
332
- - image : cimg/python:3.9.9 -browsers
332
+ - image : cimg/python:3.10.13 -browsers
333
333
auth :
334
334
username : dashautomation
335
335
password : $DASH_PAT_DOCKERHUB
336
336
environment :
337
- PYVERSION : python39
337
+ PYVERSION : python310
338
338
PERCY_ENABLE : 0
339
339
REACT_VERSION : " 18.2.0"
340
340
@@ -349,15 +349,15 @@ jobs:
349
349
PYVERSION : python36
350
350
PERCY_ENABLE : 0
351
351
352
- html-39 : &html-test
352
+ html-310 : &html-test
353
353
working_directory : ~/dash
354
354
docker :
355
- - image : cimg/python:3.9.9 -browsers
355
+ - image : cimg/python:3.10.13 -browsers
356
356
auth :
357
357
username : dashautomation
358
358
password : $DASH_PAT_DOCKERHUB
359
359
environment :
360
- PYVERSION : python39
360
+ PYVERSION : python310
361
361
PERCY_ENABLE : 1
362
362
PERCY_PARALLEL_TOTAL : -1
363
363
@@ -403,15 +403,15 @@ jobs:
403
403
- store_artifacts :
404
404
path : /tmp/dash_artifacts
405
405
406
- html-39 -react-18 :
406
+ html-310 -react-18 :
407
407
<< : *html-test
408
408
docker :
409
- - image : cimg/python:3.9.9 -browsers
409
+ - image : cimg/python:3.10.13 -browsers
410
410
auth :
411
411
username : dashautomation
412
412
password : $DASH_PAT_DOCKERHUB
413
413
environment :
414
- PYVERSION : python39
414
+ PYVERSION : python310
415
415
PERCY_ENABLE : 0
416
416
REACT_VERSION : " 18.2.0"
417
417
@@ -429,9 +429,9 @@ jobs:
429
429
table-server : &table-server
430
430
working_directory : ~/dash
431
431
docker :
432
- - image : cimg/python:3.9.9 -browsers
432
+ - image : cimg/python:3.10.13 -browsers
433
433
environment :
434
- PYVERSION : python39
434
+ PYVERSION : python310
435
435
PERCY_ENABLE : 1
436
436
PERCY_PARALLEL_TOTAL : -1
437
437
@@ -478,18 +478,18 @@ jobs:
478
478
table-server-react-18 :
479
479
<< : *table-server
480
480
docker :
481
- - image : cimg/python:3.9.9 -browsers
481
+ - image : cimg/python:3.10.13 -browsers
482
482
environment :
483
- PYVERSION : python39
483
+ PYVERSION : python310
484
484
PERCY_ENABLE : 0
485
485
REACT_VERSION : " 18.2.0"
486
486
487
487
table-unit-test :
488
488
working_directory : ~/dash
489
489
docker :
490
- - image : cimg/python:3.9.9 -browsers
490
+ - image : cimg/python:3.10.13 -browsers
491
491
environment :
492
- PYVERSION : python39
492
+ PYVERSION : python310
493
493
PERCY_ENABLE : 0
494
494
steps :
495
495
- checkout :
@@ -562,9 +562,9 @@ jobs:
562
562
table-node :
563
563
working_directory : ~/dash
564
564
docker :
565
- - image : cimg/python:3.9.9 -node
565
+ - image : cimg/python:3.10.13 -node
566
566
environment :
567
- PYVERSION : python39
567
+ PYVERSION : python310
568
568
PERCY_ENABLE : 0
569
569
steps :
570
570
- checkout :
@@ -602,74 +602,74 @@ workflows:
602
602
version : 2
603
603
tests :
604
604
jobs :
605
- - install-dependencies-39
605
+ - install-dependencies-310
606
606
- install-dependencies-36
607
607
608
- - build-windows-39
608
+ - build-windows-310
609
609
610
- - lint-unit-39 :
610
+ - lint-unit-310 :
611
611
requires :
612
- - install-dependencies-39
612
+ - install-dependencies-310
613
613
- lint-unit-36 :
614
614
requires :
615
615
- install-dependencies-36
616
616
617
- - test-39 :
617
+ - test-310 :
618
618
requires :
619
- - install-dependencies-39
620
- - test-39 -react-18 :
619
+ - install-dependencies-310
620
+ - test-310 -react-18 :
621
621
requires :
622
- - install-dependencies-39
622
+ - install-dependencies-310
623
623
- test-36 :
624
624
requires :
625
625
- install-dependencies-36
626
626
627
- - dcc-lint-unit-39 :
627
+ - dcc-lint-unit-310 :
628
628
requires :
629
- - install-dependencies-39
629
+ - install-dependencies-310
630
630
- dcc-lint-unit-36 :
631
631
requires :
632
632
- install-dependencies-36
633
633
634
- - dcc-39 :
634
+ - dcc-310 :
635
635
requires :
636
- - install-dependencies-39
637
- - dcc-39 -react-18 :
636
+ - install-dependencies-310
637
+ - dcc-310 -react-18 :
638
638
requires :
639
- - install-dependencies-39
639
+ - install-dependencies-310
640
640
- dcc-36 :
641
641
requires :
642
642
- install-dependencies-36
643
643
644
- - html-39 :
644
+ - html-310 :
645
645
requires :
646
- - install-dependencies-39
647
- - html-39 -react-18 :
646
+ - install-dependencies-310
647
+ - html-310 -react-18 :
648
648
requires :
649
- - install-dependencies-39
649
+ - install-dependencies-310
650
650
- html-36 :
651
651
requires :
652
652
- install-dependencies-36
653
653
654
654
- table-node :
655
655
requires :
656
- - install-dependencies-39
656
+ - install-dependencies-310
657
657
- table-unit-test :
658
658
requires :
659
- - install-dependencies-39
659
+ - install-dependencies-310
660
660
- table-visual-test
661
661
- table-server :
662
662
requires :
663
- - install-dependencies-39
663
+ - install-dependencies-310
664
664
- table-server-react-18 :
665
665
requires :
666
- - install-dependencies-39
666
+ - install-dependencies-310
667
667
668
668
- percy/finalize_all :
669
669
requires :
670
- - test-39
671
- - dcc-39
672
- - html-39
670
+ - test-310
671
+ - dcc-310
672
+ - html-310
673
673
- table-server
674
674
- artifacts :
675
675
requires :
0 commit comments