Skip to content

Commit 44ac30a

Browse files
committed
No longer treat 3.12 as experimental on CI
Since Python 3.12.0 stable has been released and is available via setup-python, per: https://github.com/actions/python-versions/blob/main/versions-manifest.json This makes it so continue-on-error and allow-prereleases are no longer special-cased to true for 3.12; instead, 3.12 is treaed the same as other Python releases (where those are false).
1 parent 69cd90f commit 44ac30a

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
@@ -14,8 +14,6 @@ jobs:
1414
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1515
include:
1616
- experimental: false
17-
- python-version: "3.12"
18-
experimental: true
1917
continue-on-error: ${{ matrix.experimental }}
2018

2119
steps:

0 commit comments

Comments
 (0)