Skip to content

Build tools: update latest versions #11350

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

Closed
stsewd opened this issue May 23, 2024 · 3 comments · Fixed by #11386
Closed

Build tools: update latest versions #11350

stsewd opened this issue May 23, 2024 · 3 comments · Fixed by #11386
Assignees
Labels
Accepted Accepted issue on our roadmap Improvement Minor improvement to code

Comments

@stsewd
Copy link
Member

stsewd commented May 23, 2024

What's the problem this feature will solve?

The version we have of miniconda (4.7) is quite old, I remember checking for this some time ago, and thinking that there weren't more versions available (5.x for example). Turns out that they changed their versioning scheme some time ago... Their versions now appear to be linked to a python version and the miniconda version (e.g miniconda3-3.12-24.1.2.0).

Describe the solution you'd like

We are close to June, that's our 6 months policy update for all build tools, so we can maybe wait until that to update it. Or just do one exception, as our policy mentions.

Alternative solutions

Maybe find a way to manually upgrade miniconda for users that need it?

Additional context

We have one user not being able to build their docs, a probable cause is the version of miniconda. See numba/pixie#12.

@stsewd stsewd added the Improvement Minor improvement to code label May 23, 2024
@humitos
Copy link
Member

humitos commented May 24, 2024

We are close to June, that's our 6 months policy update for all build tools, so we can maybe wait until that to update it

Yeah, I think it's fine to update them all in June. We are only one week away from it and we need to do the work, review, deploy, etc still.

@github-project-automation github-project-automation bot moved this to Planned in 📍Roadmap May 24, 2024
@humitos humitos added the Accepted Accepted issue on our roadmap label May 24, 2024
@humitos humitos changed the title Build tools: add latest version of miniconda Build tools: update latest versions May 24, 2024
@jezdez
Copy link
Contributor

jezdez commented Jun 3, 2024

Please let me know if you need any details about this (this also ships with the mamba solver as the new backend for conda, making it almost as fast as mamba CLI). Blog post: https://conda.org/blog/2023-11-06-conda-23-10-0-release

@humitos
Copy link
Member

humitos commented Jun 3, 2024

We are using asdf (https://asdf-vm.com/) to install these versions, so we will need to use the following ones as latest(s):

▶ asdf list all python | grep miniconda | grep 24\. 
miniconda3-3.9-24.1.2-0
miniconda3-3.10-24.1.2-0
miniconda3-3.11-24.1.2-0
miniconda3-3.12-24.1.2-0
▶ asdf list all python | grep mambaforge | grep 23\.
mambaforge-23.1.0-0
mambaforge-23.1.0-1
mambaforge-23.1.0-2
mambaforge-23.1.0-3
mambaforge-23.1.0-4
mambaforge-23.3.0-0
mambaforge-23.3.1-0
mambaforge-23.3.1-1
mambaforge-23.10.0-0
mambaforge-23.11.0-0

@humitos humitos self-assigned this Jun 4, 2024
@humitos humitos moved this from Planned to In progress in 📍Roadmap Jun 6, 2024
humitos added a commit to readthedocs/readthedocs-docker-images that referenced this issue Jun 6, 2024
We reached our 6 months policy, so we proceed to update all the versions.

Related:
* readthedocs/readthedocs.org#11350
humitos added a commit to readthedocs/readthedocs-docker-images that referenced this issue Jun 6, 2024
We reached our 6 months policy, so we proceed to update all the versions.

Related:
* readthedocs/readthedocs.org#11350
@humitos humitos moved this from In progress to Needs review in 📍Roadmap Jun 6, 2024
humitos added a commit to readthedocs/readthedocs-docker-images that referenced this issue Jun 10, 2024
We reached our 6 months policy, so we proceed to update all the versions.

Related:
* readthedocs/readthedocs.org#11350
humitos added a commit that referenced this issue Jun 12, 2024
* Build: update all `build.tools` and add latest versions

Matches readthedocs/readthedocs-docker-images#205

Closes #11350

* Build: add the version of miniconda in the `build.tools` option

* Test: update latest version
@github-project-automation github-project-automation bot moved this from Needs review to Done in 📍Roadmap Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Improvement Minor improvement to code
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants