-
-
Notifications
You must be signed in to change notification settings - Fork 954
Commit 9ad28c3
committed
Exclude unavailable Python versions for M1 runner
Some versions of Python do not currently have builds available via
actions/setup-python for the Apple Silicon M1 (64-bit ARM) runner
used for macos-14. This excludes those.
- Python 3.7 is EoL and builds for it are no likely to be provided
for newly available platforms on GitHub Actions.
- Python 3.8 and 3.9 are still supported by the Python Software
Foundation. Builds for them are not currently avaialable on the
GHA M1 runners, but it appears this may not be intentional. See
actions/setup-python#808. If those
versions become available, then they can be reenabled.
- Later versions of Python are available.1 parent 8342f82 commit 9ad28c3
1 file changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
18 | 25 |
| |
19 | 26 |
| |
20 | 27 |
| |
|
0 commit comments