Skip to content

Commit 32b6a74

Browse files
committed
Try building with Python 3.7 in Appveyor.
1 parent 029cecc commit 32b6a74

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

appveyor.yml

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ environment:
1313
# See: http://www.appveyor.com/docs/installed-software#python
1414

1515
- PYTHON: "C:\\Python27"
16-
PYTHON_VERSION: "2.7.x" # currently 2.7.15
16+
PYTHON_VERSION: "2.7.x" # currently 2.7.16
1717
PYTHON_ARCH: "32"
1818
OPENSSL_LIB: "openssl-1.1.0e-vs2008"
1919
VS: "Visual Studio 9 2008"
2020

2121
- PYTHON: "C:\\Python27-x64"
22-
PYTHON_VERSION: "2.7.x" # currently 2.7.15
22+
PYTHON_VERSION: "2.7.x" # currently 2.7.16
2323
PYTHON_ARCH: "64"
2424
OPENSSL_LIB: "openssl-1.1.0e-vs2008"
2525
VS: "Visual Studio 9 2008 Win64"
@@ -49,43 +49,40 @@ environment:
4949
VS: "Visual Studio 10 2010 Win64"
5050

5151
- PYTHON: "C:\\Python35"
52-
PYTHON_VERSION: "3.5.x" # currently 3.5.3
52+
PYTHON_VERSION: "3.5.x" # currently 3.5.4
5353
PYTHON_ARCH: "32"
5454
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
5555
VS: "Visual Studio 14 2015"
5656

5757
- PYTHON: "C:\\Python35-x64"
58-
PYTHON_VERSION: "3.5.x" # currently 3.5.3
58+
PYTHON_VERSION: "3.5.x" # currently 3.5.4
5959
PYTHON_ARCH: "64"
6060
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
6161
VS: "Visual Studio 14 2015 Win64"
6262

6363
- PYTHON: "C:\\Python36"
64-
PYTHON_VERSION: "3.6.x" # currently 3.6.6
64+
PYTHON_VERSION: "3.6.x" # currently 3.6.8
6565
PYTHON_ARCH: "32"
6666
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
6767
VS: "Visual Studio 14 2015"
6868

6969
- PYTHON: "C:\\Python36-x64"
70-
PYTHON_VERSION: "3.6.x" # currently 3.6.6
70+
PYTHON_VERSION: "3.6.x" # currently 3.6.8
7171
PYTHON_ARCH: "64"
7272
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
7373
VS: "Visual Studio 14 2015 Win64"
7474

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"
8986

9087
install:
9188
# If there is a newer build queued for the same PR, cancel this one.

0 commit comments

Comments
 (0)