summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@alastairs-place.net>2021-05-31 11:21:54 +0100
committerAlastair Houghton <alastair@alastairs-place.net>2021-05-31 11:21:54 +0100
commit53fcdb6e5dccc84f6734939cfee1a95d3f470d7b (patch)
tree02663b187522cf23d520715c9385e43de454dfae
parent39004875208e650e512a964afcc62e5275354df2 (diff)
downloadnetifaces-git-master.tar.gz
Revert "Add Python 3.9 for Windows"HEADmaster
AppVeyor appears to not have Python 3.9 installed even though it claims to.
-rw-r--r--appveyor.yml2
-rwxr-xr-xfetch-win32-wheels4
2 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 45a60cc..6266dfd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,8 +11,6 @@ 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 1097404..439b0a2 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 39"
-amd64_versions="27 36 37 38 39"
+win32_versions="27 34 35 36 37 38"
+amd64_versions="27 36 37 38"
for version in $win32_versions; do
maybe_m=