From 39004875208e650e512a964afcc62e5275354df2 Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Mon, 31 May 2021 09:35:30 +0100 Subject: Add Python 3.9 for Windows --- appveyor.yml | 2 ++ fetch-win32-wheels | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6266dfd..45a60cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,8 @@ environment: - PYTHON: "C:\\Python37-x64" - PYTHON: "C:\\Python38" - PYTHON: "C:\\Python38-x64" + - PYTHON: "C:\\Python39" + - PYTHON: "C:\\Python39-x64" install: diff --git a/fetch-win32-wheels b/fetch-win32-wheels index 439b0a2..1097404 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 37 38" -amd64_versions="27 36 37 38" +win32_versions="27 34 35 36 37 38 39" +amd64_versions="27 36 37 38 39" for version in $win32_versions; do maybe_m= -- cgit v1.2.1