8000
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 8c80e18 commit 628c28aCopy full SHA for 628c28a
.circleci/config.yml
@@ -11,6 +11,8 @@ workflows:
11
- test_36
12
- test_37
13
- test_38
14
+ - test_39
15
+ - test_310
16
17
18
jobs:
@@ -67,6 +69,22 @@ jobs:
67
69
PYTEST_ADDOPTS: *pytest_default
68
70
steps: *step_template
71
72
+ test_39:
73
+ docker:
74
+ - image: circleci/python:3.9
75
+ environment:
76
+ TOXENV: py39
77
+ PYTEST_ADDOPTS: *pytest_default
78
+ steps: *step_template
79
+
80
+ test_310:
81
82
+ - image: circleci/python:3.10
83
84
+ TOXENV: py310
85
86
87
88
mypy:
89
docker:
90
- image: circleci/python:3.6
0 commit comments