You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cibuildwheel 4.x no longer accepts Python 3.8 build selectors, so the
wheel build configuration needs to start at Python 3.9.
This PR:
- raises the package Python floor to 3.9
- removes cp38 from cibuildwheel build and test-skip selectors
- updates the CI test matrix Python 3.8 leg to Python 3.9
0 commit comments