Skip to content

Commit

Permalink
Test all extent Python versions
Browse files Browse the repository at this point in the history
"3.10" needs quotes, otherwise it becomes 3.1.
  • Loading branch information
ali1234 committed Mar 7, 2023
1 parent 3c316c0 commit b6bdc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8]
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
# Linux deps
Expand Down

0 comments on commit b6bdc0d

Please sign in to comment.