Skip to content

Commit 8c65a4f

Browse files
committed
Configure support for Python 3.10
1 parent ddbc00d commit 8c65a4f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ jobs:
2727
"windows-py37",
2828
"windows-py37-pluggy",
2929
"windows-py38",
30+
"windows-py39",
31+
"windows-py310",
3032

3133
"ubuntu-py36",
3234
"ubuntu-py37",
3335
"ubuntu-py37-pluggy",
3436
"ubuntu-py37-freeze",
3537
"ubuntu-py38",
3638
"ubuntu-py39",
39+
"ubuntu-py310",
3740
"ubuntu-pypy3",
3841

3942
"macos-py37",
@@ -62,6 +65,14 @@ jobs:
6265
os: windows-latest
6366
tox_env: "py38-unittestextras"
6467
use_coverage: true
68+
- name: "windows-py39"
69+
python: "3.9"
70+
os: windows-latest
71+
tox_env: "py39-xdist"
72+
- name: "windows-py310"
73+
python: "3.10-dev"
74+
os: windows-latest
75+
tox_env: "py310-xdist"
6576

6677
- name: "ubuntu-py36"
6778
python: "3.6"
@@ -88,6 +99,10 @@ jobs:
8899
python: "3.9"
89100
os: ubuntu-latest
90101
tox_env: "py39-xdist"
102+
- name: "ubuntu-py310"
103+
python: "3.10-dev"
104+
os: ubuntu-latest
105+
tox_env: "py310-xdist"
91106
- name: "ubuntu-pypy3"
92107
python: "pypy-3.7"
93108
os: ubuntu-latest

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ envlist =
88
py37
99
py38
1010
py39
11+
py310
1112
pypy3
1213
py37-{pexpect,xdist,unittestextras,numpy,pluggymain}
1314
doctesting

0 commit comments

Comments
 (0)