pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Exclude Mac + Python 3.7 from CI matrix #189

Closed takluyver closed 5 months ago

takluyver commented 5 months ago

CI started failing with:

 Error: The version '3.7-dev' with architecture 'arm64' was not found for macOS 14.4.1.

It looks like the default Mac OS image has updated and Python 3.7 is no longer there. For now, let's just exclude that combination.