Skip to content

Commit c436211

Browse files
test on 3.8
1 parent 2d156ab commit c436211

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.circleci/config.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@ jobs:
7575
paths:
7676
- dash-package
7777

78-
install-dependencies-36:
78+
install-dependencies-38:
7979
<<: *install-dependencies
8080
docker:
81-
- image: cimg/python:3.6.15-node
81+
- image: cimg/python:3.8.18-node
8282
auth:
8383
username: dashautomation
8484
password: $DASH_PAT_DOCKERHUB
8585
environment:
8686
PYLINTRC: .pylintrc
87-
PYVERSION: python36
87+
PYVERSION: python38
8888
PERCY_ENABLE: 0
8989

9090
lint-unit-312: &lint-unit
@@ -129,16 +129,16 @@ jobs:
129129
. venv/bin/activate
130130
npm run citest.unit
131131
132-
lint-unit-36:
132+
lint-unit-38:
133133
<<: *lint-unit
134134
docker:
135-
- image: cimg/python:3.6.15-browsers
135+
- image: cimg/python:3.8.18-browsers
136136
auth:
137137
username: dashautomation
138138
password: $DASH_PAT_DOCKERHUB
139139
environment:
140140
PYLINTRC: .pylintrc
141-
PYVERSION: python36
141+
PYVERSION: python38
142142
PERCY_ENABLE: 0
143143

144144
build-windows-312:
@@ -225,17 +225,17 @@ jobs:
225225
username: dashautomation
226226
password: $DASH_PAT_DOCKERHUB
227227

228-
test-36:
228+
test-38:
229229
<<: *test
230230
docker:
231-
- image: cimg/python:3.6.15-browsers
231+
- image: cimg/python:3.8.18-browsers
232232
auth:
233233
username: dashautomation
234234
password: $DASH_PAT_DOCKERHUB
235235
environment:
236236
PERCY_ENABLE: 0
237237
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: True
238-
PYVERSION: python36
238+
PYVERSION: python38
239239
REDIS_URL: redis://localhost:6379
240240
- image: cimg/redis:6.2.6
241241
auth:
@@ -268,15 +268,15 @@ jobs:
268268
npm ci
269269
npm run lint
270270
271-
dcc-lint-unit-36:
271+
dcc-lint-unit-38:
272272
<<: *dcc-lint-unit
273273
docker:
274-
- image: cimg/python:3.6.15-node
274+
- image: cimg/python:3.8.18-node
275275
auth:
276276
username: dashautomation
277277
password: $DASH_PAT_DOCKERHUB
278278
environment:
279-
PYVERSION: python36
279+
PYVERSION: python38
280280
PERCY_ENABLE: 0
281281

282282
dcc-312: &dcc-test
@@ -337,15 +337,15 @@ jobs:
337337
PERCY_ENABLE: 0
338338
REACT_VERSION: "18.2.0"
339339

340-
dcc-36:
340+
dcc-38:
341341
<<: *dcc-test
342342
docker:
343-
- image: cimg/python:3.6.15-browsers
343+
- image: cimg/python:3.8.18-browsers
344344
auth:
345345
username: dashautomation
346346
password: $DASH_PAT_DOCKERHUB
347347
environment:
348-
PYVERSION: python36
348+
PYVERSION: python38
349349
PERCY_ENABLE: 0
350350

351351
html-312: &html-test
@@ -414,15 +414,15 @@ jobs:
414414
PERCY_ENABLE: 0
415415
REACT_VERSION: "18.2.0"
416416

417-
html-36:
417+
html-38:
418418
<<: *html-test
419419
docker:
420-
- image: cimg/python:3.6.15-browsers
420+
- image: cimg/python:3.8.18-browsers
421421
auth:
422422
username: dashautomation
423423
password: $DASH_PAT_DOCKERHUB
424424
environment:
425-
PYVERSION: python36
425+
PYVERSION: python38
426426
PERCY_ENABLE: 0
427427

428428
table-server: &table-server
@@ -602,53 +602,53 @@ workflows:
602602
tests:
603603
jobs:
604604
- install-dependencies-312
605-
- install-dependencies-36
605+
- install-dependencies-38
606606

607607
- build-windows-312
608608

609609
- lint-unit-312:
610610
requires:
611611
- install-dependencies-312
612-
- lint-unit-36:
612+
- lint-unit-38:
613613
requires:
614-
- install-dependencies-36
614+
- install-dependencies-38
615615

616616
- test-312:
617617
requires:
618618
- install-dependencies-312
619619
- test-312-react-18:
620620
requires:
621621
- install-dependencies-312
622-
- test-36:
622+
- test-38:
623623
requires:
624-
- install-dependencies-36
624+
- install-dependencies-38
625625

626626
- dcc-lint-unit-312:
627627
requires:
628628
- install-dependencies-312
629-
- dcc-lint-unit-36:
629+
- dcc-lint-unit-38:
630630
requires:
631-
- install-dependencies-36
631+
- install-dependencies-38
632632

633633
- dcc-312:
634634
requires:
635635
- install-dependencies-312
636636
- dcc-312-react-18:
637637
requires:
638638
- install-dependencies-312
639-
- dcc-36:
639+
- dcc-38:
640640
requires:
641-
- install-dependencies-36
641+
- install-dependencies-38
642642

643643
- html-312:
644644
requires:
645645
- install-dependencies-312
646646
- html-312-react-18:
647647
requires:
648648
- install-dependencies-312
649-
- html-36:
649+
- html-38:
650650
requires:
651-
- install-dependencies-36
651+
- install-dependencies-38
652652

653653
- table-node:
654654
requires:

0 commit comments

Comments
 (0)