CI: Switch to stable python 3.12 and limit 3.11 runs (#13104)

This commit is contained in:
Adriane Boyd 2023-11-03 15:46:03 +01:00 committed by GitHub
parent c4e2daf6ef
commit 92f1d0a195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python_version: ["3.11", "3.12.0-rc.2"]
python_version: ["3.12"]
include:
- os: windows-latest
python_version: "3.7"
@ -68,6 +68,8 @@ jobs:
python_version: "3.9"
- os: windows-latest
python_version: "3.10"
- os: macos-latest
python_version: "3.11"
runs-on: ${{ matrix.os }}