Skip to content

Commit ee0d73b

Browse files
committed
fix: pypy was removed from miniforge in 2025
1 parent 77e0102 commit ee0d73b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/miniforge/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Miniforge-pypy3"
2121
],
2222
"default": "Miniforge3",
23-
"description": "Select install CPython (3) or PyPy (-pypy3)."
23+
"description": "Select install CPython (3) or PyPy (-pypy3, which is deprecated and no longer available after version 24.11.2-0)."
2424
}
2525
},
2626
"installsAfter": [

test/miniforge/scenarios.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"image": "debian:stable-slim",
44
"features": {
55
"miniforge": {
6+
"version": "24.11.0-0",
67
"variant": "Miniforge-pypy3"
78
}
89
}

0 commit comments

Comments
 (0)