summaryrefslogtreecommitdiff
path: root/.appveyor/tests.yml
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-11-07 22:07:56 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-11-07 22:32:56 +0100
commit57009707b1a628e026a0a805874f93a30d47eeee (patch)
tree729c76623d21d26ac3d12db58ebe1756583b330c /.appveyor/tests.yml
parent1bf8e77ea25608c4797a7e902cc02550096e5b40 (diff)
downloadpsycopg2-57009707b1a628e026a0a805874f93a30d47eeee.tar.gz
ci: Test Python 3.11 on Appveyor
Diffstat (limited to '.appveyor/tests.yml')
-rw-r--r--.appveyor/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml
index 3e71aff..77d178e 100644
--- a/.appveyor/tests.yml
+++ b/.appveyor/tests.yml
@@ -6,8 +6,8 @@ environment:
matrix:
# For Python versions available on Appveyor, see
# https://www.appveyor.com/docs/windows-images-software/#python
- # - {PY_VER: "311", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
- # - {PY_VER: "311", PY_ARCH: "64", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
+ - {PY_VER: "311", PY_ARCH: "32", APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019}
+ - {PY_VER: "311", PY_ARCH: "64", 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}