File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33jobs :
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
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
You can’t perform that action at this time.
0 commit comments