summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2021-05-16 12:57:12 +0100
committerGitHub <noreply@github.com>2021-05-16 12:57:12 +0100
commita62a608a44d8f6291776a60ae1e6a040991eef4a (patch)
treeb5b53b859b84d3a05783f5a9a1ba417ca80b99fb
parent5228014d21b8bd51e425e7055f2bddd9a0a3036e (diff)
parent837160019a930e406eb2a6200584231d651e27dd (diff)
downloadnetifaces-git-a62a608a44d8f6291776a60ae1e6a040991eef4a.tar.gz
Merge pull request #68 from sajith/py27-win64-wheels
Build cp27 wheels for 64 bit Windows
-rw-r--r--appveyor.yml1
-rwxr-xr-xfetch-win32-wheels2
2 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3137685..6266dfd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ environment:
matrix:
- PYTHON: "C:\\Python27"
+ - PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
diff --git a/fetch-win32-wheels b/fetch-win32-wheels
index 45ea8e0..830ffc3 100755
--- a/fetch-win32-wheels
+++ b/fetch-win32-wheels
@@ -16,7 +16,7 @@ fi
niversion=$1
artifact_url="https://ci.appveyor.com/api/projects/al45tair/netifaces/artifacts"
win32_versions="27 34 35 36 37 38"
-amd64_versions="36 37 38"
+amd64_versions="27 36 37 38"
for version in $win32_versions; do
wheel=netifaces-$niversion-cp$version-cp${version}m-win32.whl