Skip to content

Commit

Permalink
Add Python 3.11 to CI matrix. (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan authored Jul 13, 2023
1 parent 8f38be8 commit c116931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
fail-fast: false
steps:

Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.10"]
python-version: ["3.11"]
fail-fast: false
steps:

Expand Down

0 comments on commit c116931

Please sign in to comment.