Skip to content

Commit

Permalink
Add python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored Apr 2, 2024
1 parent 9c6e972 commit b262f24
Showing 1 changed file with 1 addition and 1 deletion.
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:
matrix:
# We test against 3.7 because wheels are built for these
# versions of python, and I didn't figure out a way of disabling that.
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
Expand Down

0 comments on commit b262f24

Please sign in to comment.