Skip to content

Commit

Permalink
Support Python 3.11 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
regen100 authored Jan 8, 2023
1 parent a28d380 commit 60c376a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-22.04, windows-2022]
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
env_list = py{37,38,39,310}
env_list = py{37,38,39,310,311}
isolated_build = True
passenv = *
setenv =
Expand All @@ -11,6 +11,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[testenv]
allowlist_externals =
Expand Down

0 comments on commit 60c376a

Please sign in to comment.