@@ -13,13 +13,13 @@ environment:
13
13
# See: http://www.appveyor.com/docs/installed-software#python
14
14
15
15
- PYTHON : " C:\\ Python27"
16
- PYTHON_VERSION : " 2.7.x" # currently 2.7.15
16
+ PYTHON_VERSION : " 2.7.x" # currently 2.7.16
17
17
PYTHON_ARCH : " 32"
18
18
OPENSSL_LIB : " openssl-1.1.0e-vs2008"
19
19
VS : " Visual Studio 9 2008"
20
20
21
21
- PYTHON : " C:\\ Python27-x64"
22
- PYTHON_VERSION : " 2.7.x" # currently 2.7.15
22
+ PYTHON_VERSION : " 2.7.x" # currently 2.7.16
23
23
PYTHON_ARCH : " 64"
24
24
OPENSSL_LIB : " openssl-1.1.0e-vs2008"
25
25
VS : " Visual Studio 9 2008 Win64"
@@ -49,43 +49,40 @@ environment:
49
49
VS : " Visual Studio 10 2010 Win64"
50
50
51
51
- PYTHON : " C:\\ Python35"
52
- PYTHON_VERSION : " 3.5.x" # currently 3.5.3
52
+ PYTHON_VERSION : " 3.5.x" # currently 3.5.4
53
53
PYTHON_ARCH : " 32"
54
54
OPENSSL_LIB : " openssl-1.1.0e-vs2015"
55
55
VS : " Visual Studio 14 2015"
56
56
57
57
- PYTHON : " C:\\ Python35-x64"
58
- PYTHON_VERSION : " 3.5.x" # currently 3.5.3
58
+ PYTHON_VERSION : " 3.5.x" # currently 3.5.4
59
59
PYTHON_ARCH : " 64"
60
60
OPENSSL_LIB : " openssl-1.1.0e-vs2015"
61
61
VS : " Visual Studio 14 2015 Win64"
62
62
63
63
- PYTHON : " C:\\ Python36"
64
- PYTHON_VERSION : " 3.6.x" # currently 3.6.6
64
+ PYTHON_VERSION : " 3.6.x" # currently 3.6.8
65
65
PYTHON_ARCH : " 32"
66
66
OPENSSL_LIB : " openssl-1.1.0e-vs2015"
67
67
VS : " Visual Studio 14 2015"
68
68
69
69
- PYTHON : " C:\\ Python36-x64"
70
- PYTHON_VERSION : " 3.6.x" # currently 3.6.6
70
+ PYTHON_VERSION : " 3.6.x" # currently 3.6.8
71
71
PYTHON_ARCH : " 64"
72
72
OPENSSL_LIB : " openssl-1.1.0e-vs2015"
73
73
VS : " Visual Studio 14 2015 Win64"
74
74
75
- # Do not build with Python 3.7 until the fix for this issue is published:
76
- # https://bugs.python.org/issue34251
77
- #
78
- # - PYTHON: "C:\\Python37"
79
- # PYTHON_VERSION: "3.7.x" # currently 3.7.0
80
- # PYTHON_ARCH: "32"
81
- # OPENSSL_LIB: "openssl-1.1.0e-vs2015"
82
- # VS: "Visual Studio 14 2015"
83
-
84
- # - PYTHON: "C:\\Python37-x64"
85
- # PYTHON_VERSION: "3.7.x" # currently 3.7.0
86
- # PYTHON_ARCH: "64"
87
- # OPENSSL_LIB: "openssl-1.1.0e-vs2015"
88
- # VS: "Visual Studio 14 2015 Win64"
75
+ - PYTHON : " C:\\ Python37"
76
+ PYTHON_VERSION : " 3.7.x" # currently 3.7.0
77
+ PYTHON_ARCH : " 32"
78
+ OPENSSL_LIB : " openssl-1.1.0e-vs2015"
79
+ VS : " Visual Studio 14 2015"
80
+
81
+ - PYTHON : " C:\\ Python37-x64"
82
+ PYTHON_VERSION : " 3.7.x" # currently 3.7.0
83
+ PYTHON_ARCH : " 64"
84
+ OPENSSL_LIB : " openssl-1.1.0e-vs2015"
85
+ VS : " Visual Studio 14 2015 Win64"
89
86
90
87
install :
91
88
# If there is a newer build queued for the same PR, cancel this one.
0 commit comments