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 54af7fa
Showing 1 changed file with 10 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"
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"
os: ubuntu-latest
tox_env: "py311"
- name: "ubuntu-pypy3"
python: "pypy-3.7"
os: ubuntu-latest
Expand Down

0 comments on commit 54af7fa

Please sign in to comment.