8000 ci: test 3.9 and 3.10 · pythonthings/pyppeteer@628c28a · GitHub
[go: up one dir, main page]

Skip to content

Commit 628c28a

Browse files
committed
ci: test 3.9 and 3.10
1 parent 8c80e18 commit 628c28a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ workflows:
1111
- test_36
1212
- test_37
1313
- test_38
14+
- test_39
15+
- test_310
1416

1517

1618
jobs:
@@ -67,6 +69,22 @@ jobs:
6769
PYTEST_ADDOPTS: *pytest_default
6870
steps: *step_template
6971

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+
docker:
82+
- image: circleci/python:3.10
83+
environment:
84+
TOXENV: py310
85+
PYTEST_ADDOPTS: *pytest_default
86+
steps: *step_template
87+
7088
mypy:
7189
docker:
7290
- image: circleci/python:3.6

0 commit comments

Comments
 (0)
0