Skip to content

Commit

Permalink
allow newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 18, 2024
1 parent 06cda5d commit b41ae90
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Using matrix strategy
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
Expand Down
Loading

0 comments on commit b41ae90

Please sign in to comment.