diff --git a/examples/miniforge/construct.yaml b/examples/miniforge/construct.yaml index 5e97551b7..f85c4022d 100644 --- a/examples/miniforge/construct.yaml +++ b/examples/miniforge/construct.yaml @@ -1,5 +1,5 @@ name: Miniforge3 -version: 4.10.1-0 +version: 24.11.2-1 company: conda-forge license_file: EULA.txt @@ -11,8 +11,9 @@ keep_pkgs: True transmute_file_type: .conda specs: - - python 3.9.* - - conda 4.10.1 + - python 3.12.* + - conda 24.11.2 + - mamba 1.5.12 - pip - miniforge_console_shortcut 1.* # [win] diff --git a/news/924-miniforge-example-update b/news/924-miniforge-example-update new file mode 100644 index 000000000..bae72417e --- /dev/null +++ b/news/924-miniforge-example-update @@ -0,0 +1,19 @@ +### Enhancements + +* + +### Bug fixes + +* + +### Deprecations + +* + +### Docs + +* Update miniforge example to 24.11.2 (#924) + +### Other + +*