Skip to content

Commit

Permalink
Switch Python 3.11 to stable release in CI (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Dec 3, 2022
1 parent 6a43878 commit 874dd38
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 @@ -67,7 +67,7 @@ jobs:
name: Test
strategy:
matrix:
pyver: ['3.7', '3.8', '3.9', '3.10', '~3.11.0-0']
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 874dd38

Please sign in to comment.