summaryrefslogtreecommitdiff
path: root/fetch-win32-wheels
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 /fetch-win32-wheels
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.
Diffstat (limited to 'fetch-win32-wheels')
-rwxr-xr-xfetch-win32-wheels4
1 files changed, 2 insertions, 2 deletions
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