Skip to content

Commit 247a9a5

Browse files
committed
CI: Appveyor Python 3.7->3.8
Update install. Potentially move to GH actions as a follow-up.
1 parent a4d66cc commit 247a9a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
environment:
22
matrix:
33
- TARGET_ARCH: x64
4-
CONDA_PY: 3.7
5-
CONDA_INSTALL_LOCN: C:\\Miniconda37-x64
4+
CONDA_PY: 3.8
5+
CONDA_INSTALL_LOCN: C:\\Miniconda38-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
12-
CONDA_INSTALL_LOCN: C:\\Miniconda37
11+
CONDA_PY: 3.8
12+
CONDA_INSTALL_LOCN: C:\\Miniconda38
1313
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
1414
platform: x86
1515
SHARED: ON

0 commit comments

Comments
 (0)