Use 3.11.0-rc.2 for Python 3.11 for now

This commit is contained in:
Micah Jerome Ellison 2022-10-08 13:18:25 -07:00
parent 1890c65b2d
commit 4f1c7b1780
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' ]
python-version: [ '3.10', '3.11.0-rc.2' ]
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' ]
python-version: [ '3.10', '3.11.0-rc.2' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps:
- run: git config --global core.autocrlf false