We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a004d5 commit 6c355d2Copy full SHA for 6c355d2
examples/miniforge/construct.yaml
@@ -1,5 +1,5 @@
1
name: Miniforge3
2
-version: 4.10.1-0
+version: 24.11.2-1
3
company: conda-forge
4
license_file: EULA.txt
5
@@ -11,8 +11,9 @@ keep_pkgs: True
11
transmute_file_type: .conda
12
13
specs:
14
- - python 3.9.*
15
- - conda 4.10.1
+ - python 3.12.*
+ - conda 24.11.2
16
+ - mamba 1.5.12
17
- pip
18
- miniforge_console_shortcut 1.* # [win]
19
news/924-miniforge-example-update
@@ -0,0 +1,19 @@
+### Enhancements
+
+* <news item>
+### Bug fixes
6
7
8
9
+### Deprecations
10
+### Docs
+* Update miniforge example to 24.11.2 (#924)
+### Other
0 commit comments