@@ -24,30 +24,6 @@ environment:
24
24
OPENSSL_LIB : " openssl-1.1.0e-vs2008"
25
25
VS : " Visual Studio 9 2008 Win64"
26
26
27
- - PYTHON : " C:\\ Python33"
28
- PYTHON_VERSION : " 3.3.x" # currently 3.3.5
29
- PYTHON_ARCH : " 32"
30
- OPENSSL_LIB : " openssl-1.1.0e-vs2010"
31
- VS : " Visual Studio 10 2010"
32
-
33
- - PYTHON : " C:\\ Python33-x64"
34
- PYTHON_VERSION : " 3.3.x" # currently 3.3.5
35
- PYTHON_ARCH : " 64"
36
- OPENSSL_LIB : " openssl-1.1.0e-vs2010"
37
- VS : " Visual Studio 10 2010 Win64"
38
-
39
- - PYTHON : " C:\\ Python34"
40
- PYTHON_VERSION : " 3.4.x" # currently 3.4.4
41
- PYTHON_ARCH : " 32"
42
- OPENSSL_LIB : " openssl-1.1.0e-vs2010"
43
- VS : " Visual Studio 10 2010"
44
-
45
- - PYTHON : " C:\\ Python34-x64"
46
- PYTHON_VERSION : " 3.4.x" # currently 3.4.4
47
- PYTHON_ARCH : " 64"
48
- OPENSSL_LIB : " openssl-1.1.0e-vs2010"
49
- VS : " Visual Studio 10 2010 Win64"
50
-
51
27
- PYTHON : " C:\\ Python35"
52
28
PYTHON_VERSION : " 3.5.x" # currently 3.5.4
53
29
PYTHON_ARCH : " 32"
@@ -84,6 +60,18 @@ environment:
84
60
OPENSSL_LIB : " openssl-1.1.0e-vs2015"
85
61
VS : " Visual Studio 14 2015 Win64"
86
62
63
+ - PYTHON : " C:\\ Python38"
64
+ PYTHON_VERSION : " 3.8.x" # currently 3.8.0
65
+ PYTHON_ARCH : " 32"
66
+ OPENSSL_LIB : " openssl-1.1.0e-vs2015"
67
+ VS : " Visual Studio 14 2015"
68
+
69
+ - PYTHON : " C:\\ Python38-x64"
70
+ PYTHON_VERSION : " 3.8.x" # currently 3.8.0
71
+ PYTHON_ARCH : " 64"
72
+ OPENSSL_LIB : " openssl-1.1.0e-vs2015"
73
+ VS : " Visual Studio 14 2015 Win64"
74
+
87
75
install :
88
76
# If there is a newer build queued for the same PR, cancel this one.
89
77
# The AppVeyor 'rollout builds' option is supposed to serve the same
0 commit comments