-
Notifications
You must be signed in to change notification settings - Fork 11
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 #177
Comments
I'll add to the test matrix |
Actually, I'm not certain I understand your request. As far as I can tell Python 3.13 is not supported as a conda base env. Is that what you need for jhub-apps? This will not solve today, and I think this is the conda PR to follow: conda/conda#14187
|
I see. You're using micromamba. I'll add tests with micromamba and if things look ok with Python 3.13 I'll patch the package on conda-forge |
Wait! micromamba won't add an executable called |
We use conda-project's python interface to parse
Yes we use micromamba to install python environment in the CI including dependencies like We plan to use conda-project more extensively in jhub-apps in future, like using the command feature, environment creation but not at the moment. |
Python 3.13 was released on October 7, 2024. It would be great to have support for Python 3.13.
We use conda-project in jhub-apps and conda-project's lack of 3.13 support is preventing us from supporting 3.13 for jhub-apps.
The text was updated successfully, but these errors were encountered: