Skip to content

Commit

Permalink
add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flbraun committed Mar 21, 2024
1 parent aa9906b commit 581ffa7
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.10", "3.9"]
python-version: ["3.12", "3.11", "3.10", "3.9"]
steps:
- name: Checkout
run: |
Expand Down
Loading

0 comments on commit 581ffa7

Please sign in to comment.