Skip to content

Commit 00bbc44

Browse files
committed
No longer treat 3.12 as experimental on CI
Since Python 3.12.0 stable has been released, as well as now being available via setup-python, per: https://github.com/actions/python-versions/blob/main/versions-manifest.json The main practical effect of this is that continue-on-error is no longer set to true for 3.12, so 3.12 is no longer special-cased to refrain from cancelling other test jobs when its test job fails. Another effect is that 3.12 can longer be selected as a prerelease.
1 parent cd8da41 commit 00bbc44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.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)