Skip to content

Commit 86aff7c

Browse files
authored
Remove default value for default_install_tag. (#374)
Fixes #372
1 parent 1173718 commit 86aff7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pymanager.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"install": {
33
"source": "%PYTHON_MANAGER_SOURCE_URL%",
4-
"fallback_source": "./bundled/fallback-index.json",
5-
"default_install_tag": "3"
4+
"fallback_source": "./bundled/fallback-index.json"
65
},
76
"list": {
87
"format": "%PYTHON_MANAGER_LIST_FORMAT%"

0 commit comments

Comments
 (0)