summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-10-31 06:06:12 -0700
committerGiampaolo Rodola <g.rodola@gmail.com>2020-10-31 06:06:12 -0700
commit648baa2db69b378e8de40b496f0a1bf24822be27 (patch)
tree80a336ba3c6f1ca4618bbe71a8c866c20df2fcca
parent8b6470fae49060b636cb8e70abb724099ee2fe33 (diff)
downloadpsutil-appveyor.tar.gz
re-enable py 3.8appveyor
-rw-r--r--appveyor.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e961e0ca..017a375d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,9 +27,9 @@ environment:
# PYTHON_VERSION: "3.7.x"
# PYTHON_ARCH: "32"
- # - PYTHON: "C:\\Python38"
- # PYTHON_VERSION: "3.8.x"
- # PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python38"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "32"
- PYTHON: "C:\\Python39"
PYTHON_VERSION: "3.9.x"
@@ -54,9 +54,9 @@ environment:
# PYTHON_VERSION: "3.7.x"
# PYTHON_ARCH: "64"
- # - PYTHON: "C:\\Python38-x64"
- # PYTHON_VERSION: "3.8.x"
- # PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python38-x64"
+ PYTHON_VERSION: "3.8.x"
+ PYTHON_ARCH: "64"
- PYTHON: "C:\\Python39-x64"
PYTHON_VERSION: "3.9.x"