Skip to content

Commit

Permalink
CI: Switch to stable python 3.12 and limit 3.11 runs (#13104)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd authored Nov 3, 2023
1 parent c4e2daf commit 92f1d0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}

Expand Down

0 comments on commit 92f1d0a

Please sign in to comment.