Skip to content

Commit

Permalink
Explicitly add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Nov 17, 2024
1 parent c2e6773 commit 02384ad
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 477 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12"]
python_version: ["3.10", "3.11", "3.12", "3.13"]
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 02384ad

Please sign in to comment.