We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3e005 commit 4a6b936Copy full SHA for 4a6b936
.circleci/config.yml
@@ -6,6 +6,7 @@ workflows:
6
- test-3.6
7
- test-3.7
8
- test-3.8
9
+ - test-3.9
10
jobs:
11
test-3.6: &test-template
12
docker:
@@ -86,4 +87,9 @@ jobs:
86
87
test-3.8:
88
<<: *test-template
89
- - image: circleci/python:3.8
90
+ - image: circleci/python:3.8
91
+
92
+ test-3.9:
93
+ <<: *test-template
94
+ docker:
95
+ - image: circleci/python:3.9
0 commit comments