pybind / pybind11

Seamless operability between C++11 and Python
https://pybind11.readthedocs.io/
Other
15.39k stars 2.07k forks source link

Drop PyPy 3.7 from GitHub Actions (ci.yml) #4728

Closed rwgk closed 1 year ago

rwgk commented 1 year ago

Description

PyPy 3.7 is now longer supported upstream. Dropping it here because it flakes very often in the pybind11 CI. This removes a permanent distraction.

Suggested changelog entry:

* PyPy3.7 is no longer actively tested, as support has been dropped upstream. Please use PyPy 3.9+.
rwgk commented 1 year ago

Nice, pypy-3.10 works straightaway! I'll go ahead merge this PR.