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 new anaconda and miniconda definitions #2742

Merged
merged 4 commits into from
Jul 12, 2023

Conversation

aphedges
Copy link
Contributor

I used add_miniconda.py to generate definitions files for anaconda 2023.03, anaconda 2023.07, miniconda 23.3.1, and miniconda 23.5.0. I needed to change the conda version processing logic to handle this. In addition, I realized that add_miniconda.py was missing support for Python 3.11, so I added it as an acceptable Python version.

I'm not sure how to best include multiple new definition files. Should each version have its own commit, or is including all the autogenerated files together fine?

This makes it easier to fix file names that cannot be parsed using the
current logic.
Anaconda and miniconda have changed their version string format again,
so the parsing needs to be done differently. `add_miniconda.py` can now
parse all existing definition files properly.
This adds anaconda 2023.03, anaconda 2023.07, miniconda 23.3.1, and
miniconda 23.5.0.
@native-api native-api merged commit b81204c into pyenv:master Jul 12, 2023
55 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.

None yet

2 participants