pybind / pybind11

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

chore(deps): update pre-commit hooks #4727

Closed pre-commit-ci[bot] closed 1 year ago

pre-commit-ci[bot] commented 1 year ago

updates:

henryiii commented 1 year ago

pypy3.7 is now longer supported upstream. Neither is pypy3.8, actually, the last release dropped it.

cibuildwheel still supports both, fwiw.

rwgk commented 1 year ago

pypy3.7 is now longer supported upstream. Neither is pypy3.8, actually, the last release dropped it.

cibuildwheel still supports both, fwiw.

I really think it's time for us to drop pypy3.7, could you please review: #4728

pypy3.8 is much less flaky, I'm OK to keep that a little longer.