File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ environment:
3333 - BUILD_TYPE : " Release"
3434 COMPILER : MSVC15
3535 PLATFORM : " Win32"
36- PYTHON_VERSION : 37
36+ PYTHON_VERSION : 39
3737 CONDA_INSTALL_LOCN : C:\\Miniconda36
3838 WITH_MPFR : yes
3939 WITH_MPC : yes
@@ -61,7 +61,7 @@ install:
6161- if [%COMPILER%]==[MSVC15] echo %PATH%
6262- if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
6363- if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
64- - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=3.9
64+ - if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=4.0
6565
6666- if [%COMPILER%]==[MinGW] set "PATH=C:\MinGW\bin;%PATH%"
6767- if [%COMPILER%]==[MinGW] mingw-get update
You can’t perform that action at this time.
0 commit comments