summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c33e4d..2ee5429 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -52,7 +52,11 @@ environment:
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python37-x64"
- PYTHON_VERSION: "3.7.0"
+ PYTHON_VERSION: "3.7.5"
+ PYTHON_ARCH: "64"
+
+ - PYTHON: "C:\\Python37-x64"
+ PYTHON_VERSION: "3.8.0"
PYTHON_ARCH: "64"
clone_depth: 25