Selaa lähdekoodia

appveyor: use py38

Thomas Waldmann 3 vuotta sitten
vanhempi
sitoutus
eee8bd4838
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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