Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOTFIX] v23.12.01 #657

Merged
merged 1 commit into from
Dec 11, 2023
Merged

[HOTFIX] v23.12.01 #657

merged 1 commit into from
Dec 11, 2023

Conversation

raydouglass
Copy link
Member

No description provided.

Fixes #641

As `setuptools`/`pip`/`wheel` will mark our package as pure (even though we put an extension module into it), make sure it doesn't by informing `setuptools` that `Extensions` are contained within. This should ensure that are wheels include the Python minor version they were built for.

Authors:
   - https://github.com/jakirkham

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
   - Bradley Dice (https://github.com/bdice)
   - Vyas Ramasubramani (https://github.com/vyasr)
   - Gregory Lee (https://github.com/grlee77)
@raydouglass raydouglass requested review from a team as code owners December 11, 2023 16:05
@raydouglass raydouglass merged commit 2cdecf8 into main Dec 11, 2023
16 checks passed
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