Update appveyor_python.yml to suport Python 3.10 (#435)
authorBajusz Tamás <gbtami@users.noreply.github.com>
Thu, 3 Feb 2022 09:41:12 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 09:41:12 +0000 (10:41 +0100)
appveyor_python.yml

index 38f4356..c292033 100644 (file)
@@ -2,10 +2,10 @@ image:
   - Visual Studio 2019
 environment:
   matrix:
-    - PYTHON: "C:\\Python36-x64"
     - PYTHON: "C:\\Python37-x64"
     - PYTHON: "C:\\Python38-x64"
     - PYTHON: "C:\\Python39-x64"
+    - PYTHON: "C:\\Python310-x64"
 
 init:
   - "ECHO %PYTHON% %PYTHON_ARCH% %MSVC_VERSION%"