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

Add support for Python 3.13 #460

Merged
merged 3 commits into from
Oct 13, 2024
Merged

Add support for Python 3.13 #460

merged 3 commits into from
Oct 13, 2024

Conversation

rdbisme
Copy link
Collaborator

@rdbisme rdbisme commented Oct 13, 2024

No description provided.

`setuptools` has removed some stuff needed to build numpy on old
platforms: numpy/numpy#27405

So the musllinux distributions on 3.8 don't build anymore. I tried
to enforce setuptools<74 for python < 3.9, but it seems pip doesn't
guarantee the order of the dependencies, so `oldest-supported-numpy`
gets installed before setuptools is, failing...

For simplicity I'm removing support for these versions
@rdbisme rdbisme merged commit c1f9529 into master Oct 13, 2024
134 of 136 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.

1 participant