Skip to content

Commit

Permalink
Add Python 3.11 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoCimmino committed Oct 24, 2022
1 parent 8439fa8 commit 18690b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.24.5
envlist = py37, py38, py39, py310
envlist = py37, py38, py39, py310, py311
isolated_build = true

[gh-actions]
Expand All @@ -9,6 +9,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[testenv]
setenv =
Expand Down

0 comments on commit 18690b3

Please sign in to comment.