Skip to content

Commit

Permalink
Add 3.12 support (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Apr 28, 2023
1 parent 39b2bc4 commit 8126c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.12.0-alpha.7"
- "3.11"
- "3.10"
- "3.9"
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires =
tox>=4.2
env_list =
fix
py312
py311
py310
py39
Expand Down

0 comments on commit 8126c5c

Please sign in to comment.