summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShannon Pamperl <shanman190@gmail.com>2021-11-14 12:03:48 -0600
committerGitHub <noreply@github.com>2021-11-14 19:03:48 +0100
commit7fa22e8b8510e2bcf03694204ada1ee7be82e477 (patch)
tree5e39f8831a2c9db42f7aeeec48436ac287ef37ea
parent2c43bb7b5b4fb45d667d16eb3239fd933b777322 (diff)
downloadpsutil-7fa22e8b8510e2bcf03694204ada1ee7be82e477.tar.gz
appveyor: add support for Python 3.10 (#2012) (#2015)
-rw-r--r--appveyor.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 59c47f0a..83e570ae 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,6 +41,11 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python310"
+ PYTHON_VERSION: "3.10.x"
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ PYTHON_ARCH: "32"
+
# 64 bits
- PYTHON: "C:\\Python27-x64"
@@ -64,6 +69,11 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python310-x64"
+ PYTHON_VERSION: "3.10.x"
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ PYTHON_ARCH: "64"
+
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"