Skip to content

Commit 6d21e6c

Browse files
authored
Merge pull request #3429 from ales-erjavec/installers/update-included-miniconda
[FIX] build-conda-installer: Update the included Miniconda installer
2 parents 323a738 + 4a3e782 commit 6d21e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/windows/build-conda-installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ DISTDIR=
4545
CACHEDIR=
4646

4747
# Python version in the Miniconda installer.
48-
MINICONDA_VERSION=4.3.14
49-
PYTHON_VERSION=3.6.0
48+
MINICONDA_VERSION=4.5.11
49+
PYTHON_VERSION=3.7.0
5050

5151
PLATTAG=win_amd64
5252

0 commit comments

Comments
 (0)