summaryrefslogtreecommitdiff
path: root/fetch-win32-wheels
diff options
context:
space:
mode:
authorJeff Gordon <jgordon005@gmail.com>2020-05-03 18:36:21 -0600
committerJeff Gordon <jgordon005@gmail.com>2020-05-03 18:36:21 -0600
commit67569d24f043750a6333eb754f55a59f7fd7dea1 (patch)
treef3f66187c4eb948d8d8e5cbc66c9c9597eb4d285 /fetch-win32-wheels
parent101586e75225dd00c3b4a9f154ad7085256f3c15 (diff)
downloadnetifaces-git-67569d24f043750a6333eb754f55a59f7fd7dea1.tar.gz
Added Python 3.8 builds to AppVeyor/Travis CI
Diffstat (limited to 'fetch-win32-wheels')
-rwxr-xr-xfetch-win32-wheels4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetch-win32-wheels b/fetch-win32-wheels
index ab39321..45ea8e0 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"
-amd64_versions="36 37"
+win32_versions="27 34 35 36 37 38"
+amd64_versions="36 37 38"
for version in $win32_versions; do
wheel=netifaces-$niversion-cp$version-cp${version}m-win32.whl