Skip to content

Commit

Permalink
Replace 3.11-dev by 3.11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Legner committed Nov 4, 2022
1 parent 5a15db0 commit 52e9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
pyver: ['3.7', '3.8', '3.9', '3.10', '3.11']
no-extensions: ['', 'Y']
os: [ubuntu, macos, windows]
exclude:
Expand Down

0 comments on commit 52e9cab

Please sign in to comment.