summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-11-03 14:14:42 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-11-03 14:16:38 +0100
commit63d30aa397c6e7b1fbc1bf69e34c8fa0c53465e2 (patch)
treeb51898b34493f147ae357db6ce68e693b1eb0875
parent6b80bd0648bb9413689b06eb6915dec522830674 (diff)
downloadpsycopg2-63d30aa397c6e7b1fbc1bf69e34c8fa0c53465e2.tar.gz
Add Python 3.10 to Appveyor test grid
-rw-r--r--.appveyor/tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml
index 2ca4363..22090b8 100644
--- a/.appveyor/tests.yml
+++ b/.appveyor/tests.yml
@@ -6,6 +6,8 @@ environment:
matrix:
# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python
+ - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "310", PY_ARCH: "32"}
+ - {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "310", PY_ARCH: "64"}
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "32"}
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019, PY_VER: "39", PY_ARCH: "64"}
- {APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015, PY_VER: "38", PY_ARCH: "32"}