summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-04-20 09:03:00 +0200
committerMichael Howitz <mh@gocept.com>2022-04-22 15:57:15 +0200
commit7ff3c054f483768dab1ebb56b59a1f7db7830864 (patch)
treea06a1bbdc768b7be16c1ae1d3afaed4ff7372700 /appveyor.yml
parent2b33bec1afe96b67cf3fb87ad65ede5826056459 (diff)
downloadzope-security-7ff3c054f483768dab1ebb56b59a1f7db7830864.tar.gz
Add support for Python 3.11
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 493bf43..3afca08 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,6 +23,10 @@ environment:
- python: 39-x64
- python: 310
- python: 310-x64
+ # `multibuild` cannot install non-final versions as they are not on
+ # ftp.python.org, so we skip Python 3.11 until its final release:
+ # - python: 311
+ # - python: 311-x64
install:
- "SET PYTHONVERSION=%PYTHON%"