Skip to content

Commit

Permalink
Update to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jun 22, 2024
1 parent f4a3695 commit bddad0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.3.0-0") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.5.0-0") %}
{% set conda_libmamba_solver_version = "24.1.0"%}
{% set mamba_version = "1.5.8"%}

Expand Down Expand Up @@ -28,7 +28,7 @@ user_requested_specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
{% else %}
- python 3.10.*
- python 3.12.*
{% endif %}
- pip
- conda >={{ version.split("-")[0] }}
Expand All @@ -40,7 +40,7 @@ specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
{% else %}
- python 3.10.*
- python 3.12.*
{% endif %}
- conda {{ version.split("-")[0] }}
- conda-libmamba-solver {{ conda_libmamba_solver_version }}
Expand Down

0 comments on commit bddad0b

Please sign in to comment.