Skip to content

attempt to fix wheel building logic #1436

Closed
jswhit wants to merge 1 commit intomasterfrom
fix_wheelbuild
Closed

attempt to fix wheel building logic #1436
jswhit wants to merge 1 commit intomasterfrom
fix_wheelbuild

Conversation

@jswhit
Copy link
Copy Markdown
Collaborator

@jswhit jswhit commented Oct 13, 2025

only wheels for 3.10 and 3.11 were being built

@jswhit
Copy link
Copy Markdown
Collaborator Author

jswhit commented Oct 13, 2025

@neutrinoceros I copied this from cftime - does this look right to you?

@neutrinoceros
Copy link
Copy Markdown
Contributor

neutrinoceros commented Oct 13, 2025

Thanks for the ping; it doesn't. Building only cp310-cp310 and cp311-abi3 wheels was the intention:

  • the former are still needed for Python 3.10 because Cython isn't able to generate abi3 extensions when using numpy (it really wants to use Py_Buffer, new in 3.11)
  • the latter is forward compatible, so no builds are needed beyond it

@jswhit
Copy link
Copy Markdown
Collaborator Author

jswhit commented Oct 13, 2025

oh wow - I had no idea. I'll leave it as is then.

@jswhit jswhit closed this Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants