Răsfoiți Sursa

appveyor: use py38

Thomas Waldmann 3 ani în urmă
părinte
comite
eee8bd4838
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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