Browse Source

appveyor: use py38

Thomas Waldmann 3 years ago
parent
commit
d6bfb1147c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .appveyor.yml

+ 2 - 2
.appveyor.yml

@@ -1,8 +1,8 @@
 version: '{build}'
 
-environment:  
+environment:
   matrix:
-    - PYTHON: C:\Python37-x64
+    - PYTHON: C:\Python38-x64
 
 # Disable automatic builds
 build: off