Skip to content

Commit fc65fe3

Browse files
committed
[appveyor] update python vesions
1 parent 40b552d commit fc65fe3

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

appveyor.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 1.5.{build}
22

3-
image: Visual Studio 2017
3+
image:
4+
- Visual Studio 2019
45

56
environment:
67

@@ -16,17 +17,9 @@ environment:
1617

1718

1819
matrix:
19-
# Python 3.6 64 bit
20-
- PYTHON: "C:\\Python36-x64"
21-
pyver: 3
22-
bits: 64
23-
24-
# Python 3.7 64 bit
25-
- PYTHON: "C:\\Python37-x64"
26-
pyver: 3
27-
bits: 64
28-
RDP: "no"
29-
20+
- PYTHON: "C:/Python38-x64"
21+
- PYTHON: "C:/Python311-x64"
22+
3023
init:
3124
- "ECHO %PYTHON% %vcvars% (%bits%)"
3225
- ps: $env:PATH = "$env:PYTHON;$env:PATH;C:\Program Files\7-Zip;$env:NIX_DIR\bin"

0 commit comments

Comments
 (0)