libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

ci: fix broken link to macOS pkg for 3.10 Python builds #1104

Closed skshetry closed 2 years ago

skshetry commented 2 years ago

macOS wheels are failing because the link is broken and the official site now points to https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg instead of https://www.python.org/ftp/python/3.10.0/python-3.10.0-macos11.pkg before. Also, it now says that it has been updated for macOS Monterey.

CI failure: https://github.com/libgit2/pygit2/runs/4094160397 Also, see https://github.com/pypa/cibuildwheel/issues/902.

Testing on my fork https://github.com/skshetry/pygit2/runs/4094757646.