Skip to content

Commit ce5eefd

Browse files
committed
Enable Python 3.8 and 3.9 on M1 runners
These were excluded in 9ad28c3 (gitpython-developers#1817) due to actions/setup-python#808, which was later fixed by actions/python-versions#259. Because Python 3.7 has been end-of-life for a while, it is very unlikely to have AArch64 builds added in python-versions for use on GitHub Actions CI runners (preinstalled or via setup-python).
1 parent ea583e1 commit ce5eefd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/pythonpackage.yml

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
exclude:
1919
- os: "macos-14"
2020
python-version: "3.7"
21-
- os: "macos-14"
22-
python-version: "3.8"
23-
- os: "macos-14"
24-
python-version: "3.9"
2521
include:
2622
- experimental: false
2723

0 commit comments

Comments
 (0)