Skip to content

Commit 696676e

Browse files
authored
Update for new requirements
1 parent 26aeb30 commit 696676e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)