Skip to content

Commit

Permalink
Update for new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Oct 31, 2023
1 parent 26aeb30 commit 696676e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ environment:
- BUILD_TYPE: "Release"
COMPILER: MSVC15
PLATFORM: "Win32"
PYTHON_VERSION: 37
PYTHON_VERSION: 39
CONDA_INSTALL_LOCN: C:\\Miniconda36
WITH_MPFR: yes
WITH_MPC: yes
Expand Down Expand Up @@ -61,7 +61,7 @@ install:
- if [%COMPILER%]==[MSVC15] echo %PATH%
- if [%COMPILER%]==[MSVC15] if [%WITH_MPFR%]==[yes] conda install --yes mpfr=3.1.5
- if [%COMPILER%]==[MSVC15] if [%WITH_MPC%]==[yes] conda install --yes mpc=1.0.3
- if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=3.9
- if [%COMPILER%]==[MSVC15] if [%WITH_LLVM%]==[yes] conda install --yes llvmdev=4.0

- if [%COMPILER%]==[MinGW] set "PATH=C:\MinGW\bin;%PATH%"
- if [%COMPILER%]==[MinGW] mingw-get update
Expand Down

0 comments on commit 696676e

Please sign in to comment.