Skip to content

Commit

Permalink
fixup! Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fghaas committed Apr 4, 2024
1 parent 70c216d commit 51f8946
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
- '3.11'
- '3.12'
pip-version:
# - 22.0.4
# - 23.0.1
- 22.0.4
- 23.0.1
- 23.2.1
exclude:
- python-version: '3.12'
pip-version: '22.0.4'

steps:
- name: Check out code
Expand Down

0 comments on commit 51f8946

Please sign in to comment.