Skip to content

Commit

Permalink
Enable Python 3.11 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev committed Jul 26, 2022
1 parent a38ee3f commit a8a0d42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -24,6 +24,7 @@ jobs:
"py38",
"py39",
"py310",
"py311",
"lint",
"packaging",
]
Expand Down Expand Up @@ -57,6 +58,10 @@ jobs:
python: "3.10"
os: ubuntu-latest
tox_env: py310
- name: py311
python: "~3.11.0-0"
os: ubuntu-latest
tox_env: py311

- name: "lint"
python: "3.7"
Expand Down

0 comments on commit a8a0d42

Please sign in to comment.