summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2018-09-18 09:08:54 +0100
committerGitHub <noreply@github.com>2018-09-18 09:08:54 +0100
commitfed042fd57e7213fa4663c7e7f4af343aaa72512 (patch)
tree19375c2b638463049622dd945110e2894bc8f081
parentfe0cd0e68f404bfab9d22c30f0b907062511f1b6 (diff)
parent30db99796b70ea6f9bd2c483c551f79486dd6072 (diff)
downloadnetifaces-git-fed042fd57e7213fa4663c7e7f4af343aaa72512.tar.gz
Merge pull request #19 from tsibley/windows-python-3.7
Build Windows packages for Python 3.7 on AppVeyor
-rw-r--r--appveyor.yml2
-rwxr-xr-xfetch-win32-wheels4
2 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ac17623..c6b4496 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,6 +6,8 @@ environment:
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python37"
+ - PYTHON: "C:\\Python37-x64"
install:
- "%PYTHON%\\python.exe -m pip install wheel ."
diff --git a/fetch-win32-wheels b/fetch-win32-wheels
index 5807235..ab39321 100755
--- a/fetch-win32-wheels
+++ b/fetch-win32-wheels
@@ -15,8 +15,8 @@ fi
niversion=$1
artifact_url="https://ci.appveyor.com/api/projects/al45tair/netifaces/artifacts"
-win32_versions="27 34 35 36"
-amd64_versions="36"
+win32_versions="27 34 35 36 37"
+amd64_versions="36 37"
for version in $win32_versions; do
wheel=netifaces-$niversion-cp$version-cp${version}m-win32.whl