use released version of 3.11 (#4661)

This commit is contained in:
Samuel Colvin
2022-10-27 13:48:55 +01:00
committed by GitHub
parent da7e6f89a7
commit f7ff485fd7
+1 -4
View File
@@ -92,7 +92,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11.0-rc.1']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
env:
PYTHON: ${{ matrix.python-version }}
@@ -101,9 +101,6 @@ jobs:
runs-on: ${{ matrix.os }}-latest
continue-on-error: >-
${{ startsWith(matrix.python-version, '3.11') && true || false }}
steps:
- uses: actions/checkout@v3