Change Python 3.11 RC version to 3.11

This commit is contained in:
Micah Jerome Ellison 2022-10-24 15:31:25 -07:00
parent b0509ceae9
commit 58e9c6f121
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11.0-rc.2' ]
python-version: [ '3.10', '3.11' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.10', '3.11.0-rc.2' ]
python-version: [ '3.10', '3.11' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false