Skip to content

Commit

Permalink
adds more python versions to be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Mar 1, 2024
1 parent a1d835f commit 945a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
poetry-version: ["1.2.2"]

steps:
Expand Down

0 comments on commit 945a9ab

Please sign in to comment.