Skip to content

Commit

Permalink
Upgrade to Python 3.9 in Appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Oct 7, 2024
1 parent 4656f00 commit 8891ede
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
@@ -1,14 +1,14 @@
environment:
matrix:
- TARGET_ARCH: x64
CONDA_PY: 3.7
CONDA_PY: 3.9
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
platform: x64
SHARED: OFF

- TARGET_ARCH: x86
CONDA_PY: 3.7
CONDA_PY: 3.9
CONDA_INSTALL_LOCN: C:\\Miniconda37
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
platform: x86
Expand Down

0 comments on commit 8891ede

Please sign in to comment.