Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit9ad28c3
committed
Exclude unavailable Python versions for M1 runner
Some versions of Python do not currently have builds available viaactions/setup-python for the Apple Silicon M1 (64-bit ARM) runnerused 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. Seeactions/setup-python#808. If those versions become available, then they can be reenabled.- Later versions of Python are available.1 parent8342f82 commit9ad28c3
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original 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
Comments
(0)