We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddecd6 commit ffed721Copy full SHA for ffed721
1 file changed
appveyor.yml
@@ -7,11 +7,17 @@ environment:
7
- PYTHON: "C:\\Python34"
8
- PYTHON: "C:\\Python35"
9
- PYTHON: "C:\\Python36"
10
+ - PYTHON: "C:\\Python37"
11
+ - PYTHON: "C:\\Python38"
12
+ - PYTHON: "C:\\Python39"
13
#- PYTHON: "C:\\Python27-x64"
14
- PYTHON: "C:\\Python34-x64"
15
DISTUTILS_USE_SDK: "1"
16
- PYTHON: "C:\\Python35-x64"
17
- PYTHON: "C:\\Python36-x64"
18
+ - PYTHON: "C:\\Python37-x64"
19
+ - PYTHON: "C:\\Python38-x64"
20
+ - PYTHON: "C:\\Python39-x64"
21
22
install:
23
# initialize the submodule
0 commit comments