Skip to content

Commit

Permalink
Enable Python 3.8 and 3.9 on M1 runners
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
EliahKagan committed Jul 24, 2024
1 parent ea583e1 commit ce5eefd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
exclude:
- os: "macos-14"
python-version: "3.7"
- os: "macos-14"
python-version: "3.8"
- os: "macos-14"
python-version: "3.9"
include:
- experimental: false

Expand Down

0 comments on commit ce5eefd

Please sign in to comment.