Skip to content

Commit c1bf6ba

Browse files
committed
Add Python 3.9 to Appveyor
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
1 parent 8739c97 commit c1bf6ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Do not build feature branch with open Pull Requests
22
skip_branch_with_pr: true
33

4+
image: Visual Studio 2019
5+
46
# environment variables
57
environment:
68
matrix:
79
- PYTHON: "C:\\Python35-x64"
810
- PYTHON: "C:\\Python36-x64"
911
- PYTHON: "C:\\Python37-x64"
1012
- PYTHON: "C:\\Python38-x64"
13+
- PYTHON: "C:\\Python39-x64"
1114

1215
# scripts that run after cloning repository
1316
install:

0 commit comments

Comments
 (0)