summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3afca08..10a9529 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -23,10 +23,8 @@ 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
+ - python: 311
+ - python: 311-x64
install:
- "SET PYTHONVERSION=%PYTHON%"