-
Notifications
You must be signed in to change notification settings - Fork 78
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
Bump maturin version to satisfy conda-forge constraints? #701
Comments
#725 is merged and upgrades maturin on Does |
conda-forge pulls the sdist for a versioned release from PyPI, but I don't actually think the maturin constraint contained in this code forces us to that maturin version; for example, in conda-forge/datafusion-feedstock#44, we are rebuilding using the 34.0.0 source code, which constrains In short, I think we should be safe to move to the updated constraint in #725 to unblock some of the older conda-forge that have been blocked:
And then continue using this updated constraint for future conda-forge builds moving forward. As a side note, would you be interested in being added as a maintainer of the linked feedstock? This would give you write access to the repo as well as notifications of these past build attempts. |
I don't have a good mental model for |
Resolved by #725. The final arch migrator appears to be something different. conda-forge/datafusion-feedstock#46 (comment) |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Availability of this package on conda-forge for each Python minor version is dependent on there being an associated
maturin
package built against that minor version - in the case of python 3.12, there are no builds ofmaturin
that satisfy>=0.15,<0.16
, blocking the ability to publish packages for 3.12 (conda-forge/datafusion-feedstock#44 (comment)).Describe the solution you'd like
Bumping the
maturin
version constraints to something that contains at least 1.2.3 would give us access to 3.12 builds, allowing conda-forge packages of this project to be published for python 3.12.Additional context
Discussion around this is surrounding conda-forge/datafusion-feedstock#44.
The text was updated successfully, but these errors were encountered: