Commit 44ac30a
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
1 file changed
+0
-2
lines changed| Original 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