Skip to content

Commit

Permalink
Revert version for pypy
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Dec 10, 2024
1 parent ff10a67 commit 016f55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ user_requested_specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda >=24.7.1
- mamba >=1.5.11
- mamba >=1.5.9
{% else %}
- python 3.12.*
- conda >={{ version.split("-")[0] }}
Expand All @@ -43,7 +43,7 @@ specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda 24.7.1
- mamba 1.5.11
- mamba 1.5.9
- conda-libmamba-solver 24.7.0
{% else %}
- python 3.12.*
Expand Down

0 comments on commit 016f55b

Please sign in to comment.