-
Notifications
You must be signed in to change notification settings - Fork 139
Description
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 of maturin 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.