-
Notifications
You must be signed in to change notification settings - Fork 66
Commit 00bbc44
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
1 file changed
+0
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | - | ||
18 | - | ||
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
|
0 commit comments