Skip to content

Commit

Permalink
remove limits on python versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 11, 2024
1 parent 1aa4a83 commit 41f05ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Using matrix strategy
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11.8", "3.12.2"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
# Check out repo and set up Python
Expand Down

0 comments on commit 41f05ef

Please sign in to comment.