summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sibley <tsibley@fredhutch.org>2018-09-17 11:36:30 -0700
committerThomas Sibley <tsibley@fredhutch.org>2018-09-17 11:36:30 -0700
commit30db99796b70ea6f9bd2c483c551f79486dd6072 (patch)
tree19375c2b638463049622dd945110e2894bc8f081
parentfe0cd0e68f404bfab9d22c30f0b907062511f1b6 (diff)
downloadnetifaces-git-30db99796b70ea6f9bd2c483c551f79486dd6072.tar.gz
Build Windows packages for Python 3.7 on AppVeyor
It's really nice to have pre-built packages on Windows.
-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