Skip to content

Commit

Permalink
Build: add mambaforge-22.09 as newer Python tool (#10572)
Browse files Browse the repository at this point in the history
Our latest Mamba version is pretty old and it seems that it's not updating Conda
to its latest version, even if we try to force it.

Closes #10564
  • Loading branch information
humitos authored Jul 27, 2023
1 parent 552bf02 commit 93b77dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/user/config-file/v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ You can use several interpreters and versions, from CPython, Miniconda, and Mamb
- ``3.11``
- ``miniconda3-4.7``
- ``mambaforge-4.10``
- ``mambaforge-22.9``

build.tools.nodejs
``````````````````
Expand Down
2 changes: 1 addition & 1 deletion docs/user/guides/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ with these contents:
build:
os: "ubuntu-20.04"
tools:
python: "mambaforge-4.10"
python: "mambaforge-22.9"
conda:
environment: environment.yml
Expand Down
1 change: 1 addition & 0 deletions readthedocs/builds/constants_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"3": "3.11.4",
"miniconda3-4.7": "miniconda3-4.7.12",
"mambaforge-4.10": "mambaforge-4.10.3-10",
"mambaforge-22.9": "mambaforge-22.9.0-3",
},
"nodejs": {
"14": "14.20.1",
Expand Down
3 changes: 2 additions & 1 deletion readthedocs/rtd_tests/fixtures/spec/v2/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
"3.10",
"3.11",
"miniconda3-4.7",
"mambaforge-4.10"
"mambaforge-4.10",
"mambaforge-22.9"
]
},
"nodejs": {
Expand Down

0 comments on commit 93b77dc

Please sign in to comment.