Skip to content

Commit

Permalink
fixup! 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 fbbf447 commit d8ceeae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
pip-version:
- 22.0.4
- 23.0.1
- 23.2.1
exclude:
include:
- python-version: '3.12'
pip-version: '22.0.4'
- python-version: '3.12'
pip-version: '23.0.1'
pip-version: '23.2.1'

steps:
- name: Check out code
Expand Down

0 comments on commit d8ceeae

Please sign in to comment.