Skip to content

Commit 98bd556

Browse files
authored
Merge pull request #159 from gliptak/patch-2
Add Python 3.9 to Appveyor
2 parents 92879a7 + c1bf6ba commit 98bd556

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)