From 30db99796b70ea6f9bd2c483c551f79486dd6072 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Mon, 17 Sep 2018 11:36:30 -0700 Subject: Build Windows packages for Python 3.7 on AppVeyor It's really nice to have pre-built packages on Windows. --- appveyor.yml | 2 ++ fetch-win32-wheels | 4 ++-- 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 -- cgit v1.2.1