Skip to content

Commit

Permalink
try adding 3.13 to the list of supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Nov 15, 2024
1 parent 0f1e38e commit 88479ea
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
runs-on: ubuntu-latest
timeout-minutes: 40
Expand Down
Loading

0 comments on commit 88479ea

Please sign in to comment.