Skip to content

Commit b6833cd

Browse files
committed
try VS2022 for appveyor
1 parent ac3e84e commit b6833cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ environment:
77
MINICONDA: "C:\\Miniconda37"
88
- PYTHON_VERSION: 3.7
99
MINICONDA: "C:\\Miniconda37-x64"
10-
- PYTHON_VERSION: 3.8
11-
MINICONDA: "C:\\Miniconda38"
1210
- PYTHON_VERSION: 3.8
1311
MINICONDA: "C:\\Miniconda38-x64"
12+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
13+
- PYTHON_VERSION: 3.9
14+
MINICONDA: "C:\\Miniconda39-x64"
15+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
1416

1517
init:
1618
- "ECHO %PYTHON_VERSION% %MINICONDA%"

0 commit comments

Comments
 (0)