Skip to content

Commit

Permalink
Enable testing with Python 3.11
Browse files Browse the repository at this point in the history
We should add Python 3.11 to our testing matrix in order to antecipate possible problems (even if we don't attempt to solve any of them right away).
  • Loading branch information
nicoddemus committed Jan 14, 2022
1 parent 2ad1b58 commit 0aff088
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -37,13 +37,15 @@ jobs:
"windows-py38",
"windows-py39",
"windows-py310",
"windows-py311",

"ubuntu-py37",
"ubuntu-py37-pluggy",
"ubuntu-py37-freeze",
"ubuntu-py38",
"ubuntu-py39",
"ubuntu-py310",
"ubuntu-py311",
"ubuntu-pypy3",

"macos-py37",
Expand Down Expand Up @@ -76,6 +78,10 @@ jobs:
python: "3.10.1"
os: windows-latest
tox_env: "py310-xdist"
- name: "windows-py311"
python: "3.11.0-alpha.3"
os: windows-latest
tox_env: "py311"

- name: "ubuntu-py37"
python: "3.7"
Expand All @@ -102,6 +108,10 @@ jobs:
python: "3.10.1"
os: ubuntu-latest
tox_env: "py310-xdist"
- name: "ubuntu-py311"
python: "3.11.0-alpha.3"
os: ubuntu-latest
tox_env: "py311"
- name: "ubuntu-pypy3"
python: "pypy-3.7"
os: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -8,6 +8,7 @@ envlist =
py38
py39
py310
py311
pypy3
py37-{pexpect,xdist,unittestextras,numpy,pluggymain}
doctesting
Expand Down

0 comments on commit 0aff088

Please sign in to comment.