Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit fed042f

Browse files
authored
Merge pull request #19 from tsibley/windows-python-3.7
Build Windows packages for Python 3.7 on AppVeyor
2 parents fe0cd0e + 30db997 commit fed042f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ environment:
66
- PYTHON: "C:\\Python35"
77
- PYTHON: "C:\\Python36"
88
- PYTHON: "C:\\Python36-x64"
9+
- PYTHON: "C:\\Python37"
10+
- PYTHON: "C:\\Python37-x64"
911

1012
install:
1113
- "%PYTHON%\\python.exe -m pip install wheel ."

fetch-win32-wheels

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ fi
1515

1616
niversion=$1
1717
artifact_url="https://ci.appveyor.com/api/projects/al45tair/netifaces/artifacts"
18-
win32_versions="27 34 35 36"
19-
amd64_versions="36"
18+
win32_versions="27 34 35 36 37"
19+
amd64_versions="36 37"
2020

2121
for version in $win32_versions; do
2222
wheel=netifaces-$niversion-cp$version-cp${version}m-win32.whl

0 commit comments

Comments
 (0)