Skip to content

Commit 17c1ab8

Browse files
committed
update tests
1 parent 425fcc0 commit 17c1ab8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
jobs:
4-
python-3.6: &test-template
4+
python-3.8: &test-template
55
docker:
6-
- image: circleci/python:3.6-stretch-node-browsers
6+
- image: circleci/python:3.8-stretch-node-browsers
77
auth:
88
username: dashautomation
99
password: $DASH_PAT_DOCKERHUB
@@ -45,9 +45,9 @@ jobs:
4545
pytest
4646
when: always
4747

48-
python-3.7-install-test:
48+
python-3.12-install-test:
4949
docker:
50-
- image: circleci/python:3.7-stretch-node-browsers
50+
- image: circleci/python:3.12-stretch-node-browsers
5151
auth:
5252
username: dashautomation
5353
password: $DASH_PAT_DOCKERHUB
@@ -102,7 +102,7 @@ workflows:
102102
version: 2
103103
build:
104104
jobs:
105-
- python-3.6:
105+
- python-3.8:
106106
context: dash-docker-hub
107-
- python-3.7-install-test:
107+
- python-3.12-install-test:
108108
context: dash-docker-hub

0 commit comments

Comments
 (0)