Update cibuildwheel config to stop building Python 3.9 and free-threaded wheels
#19154
+24
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR better documents how we configure
cibuildwheel, and changes a couple things. The functional changes here:cp39-*fromskip_testtoskipstops us from building wheels for Python 3.9. This was done incorrectly in Skip building Python 3.9 wheels with cibuildwheel #19119. That PR only stopped the tests from failing in CI, but we were still building (and shipping) cpython 3.9 wheels...cp3??t-*builds toskipprevent them from being created at all. Don't build free-threaded wheels #19140 only prevented testing them.Otherwise:
-musllinux_1686could be replaced by*i686*with no functional effect.This PR is based on
release-1.142, and I've marked it as a release blocker to stop Python 3.9 wheels from being built for the final 1.142.0 release (which claims that Python 3.9 is no longer supported).Pull Request Checklist
EventStoretoEventWorkerStore.".code blocks.