pybind / pybind11

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

Add Python 3.10, 3.11, 3.12 to win32 job matrix. #5179

Closed rwgk closed 1 week ago

rwgk commented 1 week ago

Description

Increase test coverage (before dropping Python 3.6 and 3.7). — Without this PR the win32 job matrix was getting rather small (just two jobs left after removing 3.6 and 3.7).

win32 scipy wheels don't seem to exist for Python >= 3.10.

Suggested changelog entry:

henryiii commented 1 week ago

Could you add the commit that removes the if: on the 3.8+ jobs?

rwgk commented 1 week ago

Could you add the commit that removes the if: on the 3.8+ jobs?

Works!