@@ -75,16 +75,16 @@ jobs:
75
75
paths :
76
76
- dash-package
77
77
78
- install-dependencies-36 :
78
+ install-dependencies-38 :
79
79
<< : *install-dependencies
80
80
docker :
81
- - image : cimg/python:3.6.15 -node
81
+ - image : cimg/python:3.8.18 -node
82
82
auth :
83
83
username : dashautomation
84
84
password : $DASH_PAT_DOCKERHUB
85
85
environment :
86
86
PYLINTRC : .pylintrc
87
- PYVERSION : python36
87
+ PYVERSION : python38
88
88
PERCY_ENABLE : 0
89
89
90
90
lint-unit-312 : &lint-unit
@@ -129,16 +129,16 @@ jobs:
129
129
. venv/bin/activate
130
130
npm run citest.unit
131
131
132
- lint-unit-36 :
132
+ lint-unit-38 :
133
133
<< : *lint-unit
134
134
docker :
135
- - image : cimg/python:3.6.15 -browsers
135
+ - image : cimg/python:3.8.18 -browsers
136
136
auth :
137
137
username : dashautomation
138
138
password : $DASH_PAT_DOCKERHUB
139
139
environment :
140
140
PYLINTRC : .pylintrc
141
- PYVERSION : python36
141
+ PYVERSION : python38
142
142
PERCY_ENABLE : 0
143
143
144
144
build-windows-312 :
@@ -225,17 +225,17 @@ jobs:
225
225
username : dashautomation
226
226
password : $DASH_PAT_DOCKERHUB
227
227
228
- test-36 :
228
+ test-38 :
229
229
<< : *test
230
230
docker :
231
- - image : cimg/python:3.6.15 -browsers
231
+ - image : cimg/python:3.8.18 -browsers
232
232
auth :
233
233
username : dashautomation
234
234
password : $DASH_PAT_DOCKERHUB
235
235
environment :
236
236
PERCY_ENABLE : 0
237
237
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : True
238
- PYVERSION : python36
238
+ PYVERSION : python38
239
239
REDIS_URL : redis://localhost:6379
240
240
- image : cimg/redis:6.2.6
241
241
auth :
@@ -268,15 +268,15 @@ jobs:
268
268
npm ci
269
269
npm run lint
270
270
271
- dcc-lint-unit-36 :
271
+ dcc-lint-unit-38 :
272
272
<< : *dcc-lint-unit
273
273
docker :
274
- - image : cimg/python:3.6.15 -node
274
+ - image : cimg/python:3.8.18 -node
275
275
auth :
276
276
username : dashautomation
277
277
password : $DASH_PAT_DOCKERHUB
278
278
environment :
279
- PYVERSION : python36
279
+ PYVERSION : python38
280
280
PERCY_ENABLE : 0
281
281
282
282
dcc-312 : &dcc-test
@@ -337,15 +337,15 @@ jobs:
337
337
PERCY_ENABLE : 0
338
338
REACT_VERSION : " 18.2.0"
339
339
340
- dcc-36 :
340
+ dcc-38 :
341
341
<< : *dcc-test
342
342
docker :
343
- - image : cimg/python:3.6.15 -browsers
343
+ - image : cimg/python:3.8.18 -browsers
344
344
auth :
345
345
username : dashautomation
346
346
password : $DASH_PAT_DOCKERHUB
347
347
environment :
348
- PYVERSION : python36
348
+ PYVERSION : python38
349
349
PERCY_ENABLE : 0
350
350
351
351
html-312 : &html-test
@@ -414,15 +414,15 @@ jobs:
414
414
PERCY_ENABLE : 0
415
415
REACT_VERSION : " 18.2.0"
416
416
417
- html-36 :
417
+ html-38 :
418
418
<< : *html-test
419
419
docker :
420
- - image : cimg/python:3.6.15 -browsers
420
+ - image : cimg/python:3.8.18 -browsers
421
421
auth :
422
422
username : dashautomation
423
423
password : $DASH_PAT_DOCKERHUB
424
424
environment :
425
- PYVERSION : python36
425
+ PYVERSION : python38
426
426
PERCY_ENABLE : 0
427
427
428
428
table-server : &table-server
@@ -602,53 +602,53 @@ workflows:
602
602
tests :
603
603
jobs :
604
604
- install-dependencies-312
605
- - install-dependencies-36
605
+ - install-dependencies-38
606
606
607
607
- build-windows-312
608
608
609
609
- lint-unit-312 :
610
610
requires :
611
611
- install-dependencies-312
612
- - lint-unit-36 :
612
+ - lint-unit-38 :
613
613
requires :
614
- - install-dependencies-36
614
+ - install-dependencies-38
615
615
616
616
- test-312 :
617
617
requires :
618
618
- install-dependencies-312
619
619
- test-312-react-18 :
620
620
requires :
621
621
- install-dependencies-312
622
- - test-36 :
622
+ - test-38 :
623
623
requires :
624
- - install-dependencies-36
624
+ - install-dependencies-38
625
625
626
626
- dcc-lint-unit-312 :
627
627
requires :
628
628
- install-dependencies-312
629
- - dcc-lint-unit-36 :
629
+ - dcc-lint-unit-38 :
630
630
requires :
631
- - install-dependencies-36
631
+ - install-dependencies-38
632
632
633
633
- dcc-312 :
634
634
requires :
635
635
- install-dependencies-312
636
636
- dcc-312-react-18 :
637
637
requires :
638
638
- install-dependencies-312
639
- - dcc-36 :
639
+ - dcc-38 :
640
640
requires :
641
- - install-dependencies-36
641
+ - install-dependencies-38
642
642
643
643
- html-312 :
644
644
requires :
645
645
- install-dependencies-312
646
646
- html-312-react-18 :
647
647
requires :
648
648
- install-dependencies-312
649
- - html-36 :
649
+ - html-38 :
650
650
requires :
651
- - install-dependencies-36
651
+ - install-dependencies-38
652
652
653
653
- table-node :
654
654
requires :
0 commit comments