Skip to content

Commit 0e959df

Browse files
franzpoeschelax3l
authored andcommitted
Upgrade to Python 3.9 in Appveyor builds
1 parent 247b499 commit 0e959df

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
@@ -1,14 +1,14 @@
11
environment:
22
matrix:
33
- TARGET_ARCH: x64
4-
CONDA_PY: 3.7
4+
CONDA_PY: 3.9
55
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
66
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
77
platform: x64
88
SHARED: OFF
99

1010
- TARGET_ARCH: x86
11-
CONDA_PY: 3.7
11+
CONDA_PY: 3.9
1212
CONDA_INSTALL_LOCN: C:\\Miniconda37
1313
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
1414
platform: x86

0 commit comments

Comments
 (0)