Skip to content

Every declaration says Python 3.11 - #22

Merged
bdbarnett merged 1 commit into
mainfrom
py311-floor
Sep 23, 2026
Merged

bdbarnett merged 1 commit into
mainfrom
py311-floor

Conversation

@bdbarnett

Copy link
Copy Markdown
Contributor

Fixes #21. pyproject.toml has required 3.11 since 113cc78, the org-wide decision of 2026-09-10. setup.py still said >=3.9, and cibuildwheel still built cp310 wheels whose own metadata calls them unsupported. This brings setup.py, the cibuildwheel build list, the README and the building/publishing docs to 3.11–3.14. No gate counts wheels, so dropping cp310 changes the release's asset count without tripping anything. Landing before the 9.5.45 release, so the release ships consistent metadata.

…nd the docs

pyproject.toml has required 3.11 since 113cc78 (the org-wide decision of
2026-09-10), but setup.py still said >=3.9 and cibuildwheel still built cp310
wheels whose metadata says they are unsupported. Fixes #21.
@bdbarnett
bdbarnett merged commit 00267bc into main Sep 23, 2026
1 check passed
@bdbarnett
bdbarnett deleted the py311-floor branch September 23, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Packaging disagrees on the minimum Python: pyproject says 3.11, setup.py says 3.9, cibuildwheel still builds cp310

1 participant