Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00bbc44

Browse files
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‎

Lines changed: 0 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /