summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-01-28 08:22:00 +0100
committerGitHub <noreply@github.com>2022-01-28 08:22:00 +0100
commit5f8e2e0410257f852298246352ba3b44e1255f88 (patch)
tree6b2b1b6ab8d4c07b2c6e782137527a1be378b2e1 /appveyor.yml
parent7128155b289b75dbfa50eb9179a15f2554d18daf (diff)
downloadzope-interface-5f8e2e0410257f852298246352ba3b44e1255f88.tar.gz
Add support for Python 3.11. (#253)
* Add support for Python 3.11. * Do not use the binary version of coverage as it has a Python 3.11 wheel on PyPI which is not ABI compatible with the current alpha release and caused segfaults. * Do not push wheels of Python future releases to PyPI.
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 b334494..9f14aee 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,6 +24,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%"