Skip to content

Commit

Permalink
Merge pull request #1689 from EliahKagan/312stable
Browse files Browse the repository at this point in the history
No longer allow CI to select a prerelease for 3.12
  • Loading branch information
Byron authored Oct 3, 2023
2 parents 874f0bf + b54a28a commit 881b464
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- experimental: false
- python-version: "3.12"
experimental: true
- experimental: false

defaults:
run:
Expand Down

0 comments on commit 881b464

Please sign in to comment.