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

CEP: CPython Version Support #24

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

travishathaway
Copy link
Contributor

This PR proposes an official policy and schedule that conda organization can follow regarding its projects and their support for various versions of CPython.

Note: this is still a work in progress and community input and help is very much welcomed

@travishathaway travishathaway added the help wanted Extra attention is needed label May 18, 2022
@travishathaway travishathaway changed the title [WIP/Help Wanted] CEP-7 CPython Version Support CEP-7 CPython Version Support May 18, 2022
cep-7.md Outdated Show resolved Hide resolved
Co-authored-by: Bianca Henderson <beeankha@gmail.com>
@EwoutH
Copy link

EwoutH commented May 31, 2022

Personally I would suggest staying closer to NEP 29 than to the Python End of Life dates. This allows keeping a leaner and meaner codebase, profiting earlier from new features and performance improvements while still providing a reasonably long migration time of 42 months. Most scientific libraries already follow this schedule.

As for new versions, I would suggest starting up testing, CI and CD workflows right when a new version reaches beta. This way there will be a fair chance that the new minor Python version could be supported relatively soon, instead of the current situation where the latest conda release is still Python 3.9 while Python 3.10 is out for over 7 months.

@travishathaway travishathaway changed the title CEP-7 CPython Version Support CEP: CPython Version Support Jul 6, 2022
@jakirkham
Copy link
Member

It's worth stating (though maybe this is obvious) that the version support here is for Conda itself (and related tooling). While these tools are consumed by users of NumPy, etc., they are not dependent on NumPy themselves. They are also consumed by users outside of the NumPy (or even Python) space. So establishing support for Python-based tooling to use Python's EOL scheme is reasonable. It's also worth noting that Python itself has sped up its own release cycle; so, it is more nimble than it was in the past.

@EwoutH
Copy link

EwoutH commented Dec 15, 2022

Would it be possible to get some movement this? Python 3.11 isn't supported by conda yet, and Python 3.12 beta is coming up. I would be nice if 3.12 support won't take as long as 3.11 is currently taking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants