Skip to content

Commit 9fd5b72

Browse files
authored
chore(retrieval): update miniconda installer python version to py310 (#263)
The installer dropped py39 and thus the automation update does not pick the latest available.
1 parent cfb76ff commit 9fd5b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dependency/retrieval/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func getAllMinicondaVersions() (versionology.VersionFetcherArray, error) {
237237
return nil, err
238238
}
239239

240-
re := regexp.MustCompile(`Miniconda3-py39_(?P<Version>\d+.\d+.\d+(-\d+)?)-Linux-(?P<Arch>x86_64|aarch64)`)
240+
re := regexp.MustCompile(`Miniconda3-py310_(?P<Version>\d+.\d+.\d+(-\d+)?)-Linux-(?P<Arch>x86_64|aarch64)`)
241241
matches := filtered(condaInstallersTable, re)
242242

243243
// Keeping only six most recent versions as otherwise it means spamming the release

0 commit comments

Comments
 (0)