Skip to content

Commit

Permalink
ci: add python 3.11 for test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Sep 25, 2024
1 parent 6772341 commit 85289f4
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 @@ -24,7 +24,7 @@ jobs:
test:
strategy:
matrix:
version: ["3.10"]
version: ["3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 85289f4

Please sign in to comment.