Skip to content

Commit 150da51

Browse files
committed
Appveyor add Python 3.9
1 parent feb0e0a commit 150da51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 1.3.{build}
2-
image: Visual Studio 2015
2+
image: Visual Studio 2019
33
configuration: Release
44
environment:
55
global:
@@ -19,6 +19,8 @@ environment:
1919
PYTHON: 'C:\Python38\python.exe'
2020
- GENERATOR: 'Visual Studio 14 Win64'
2121
PYTHON: 'C:\Python38-x64\python.exe'
22+
- GENERATOR: 'Visual Studio 14 Win64'
23+
PYTHON: 'C:\Python39-x64\python.exe'
2224

2325
matrix:
2426
fast_finish: true

0 commit comments

Comments
 (0)