summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2021-05-31 09:35:30 +0100
committerAlastair Houghton <alastair@alastairs-place.net>2021-05-31 09:35:30 +0100
commit39004875208e650e512a964afcc62e5275354df2 (patch)
tree69f6394b434c7ea9cd0b7afe826d6b863819befd
parente91ca9d5d3d1812dd759102d23485ddb0a87e7c0 (diff)
downloadnetifaces-git-39004875208e650e512a964afcc62e5275354df2.tar.gz
Add Python 3.9 for 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 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=