Skip to content

Commit b54a28a

Browse files
committed
No longer allow CI to select a prerelease for 3.12
Since 3.12.0 stable is out, and available via setup-python, per: https://github.com/actions/python-versions/blob/main/versions-manifest.json
1 parent c3e926f commit b54a28a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/pythonpackage.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919
include:
2020
- experimental: false
21-
- python-version: "3.12"
22-
experimental: true
2321

2422
defaults:
2523
run:

0 commit comments

Comments
 (0)