[ci] swith appveyor py35 to py38
authorPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 09:32:25 +0000 (11:32 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 09:32:25 +0000 (11:32 +0200)
.appveyor.yml

index 0c21b17..e155006 100644 (file)
@@ -15,14 +15,6 @@ environment:
       PYTHON_VERSION: 2.7.x
       PYTHON_ARCH: 64
 
-    - PYTHONDIR: C:\Python35
-      PYTHON_VERSION: 3.5.x
-      PYTHON_ARCH: 32
-
-    - PYTHONDIR: C:\Python35-x64
-      PYTHON_VERSION: 3.5.x
-      PYTHON_ARCH: 64
-
     - PYTHONDIR: C:\Python36
       PYTHON_VERSION: 3.6.x
       PYTHON_ARCH: 32
@@ -39,6 +31,14 @@ environment:
       PYTHON_VERSION: 3.7.x
       PYTHON_ARCH: 64
 
+    - PYTHONDIR: C:\Python38
+      PYTHON_VERSION: 3.8.x
+      PYTHON_ARCH: 32
+
+    - PYTHONDIR: C:\Python38-x64
+      PYTHON_VERSION: 3.8.x
+      PYTHON_ARCH: 64
+
 install:
   - ECHO "Installed SDKs:"
   - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""