summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEwout ter Hoeven <E.M.terHoeven@student.tudelft.nl>2022-11-12 16:31:05 +0100
committerGitHub <noreply@github.com>2022-11-12 16:31:05 +0100
commiteddd78d320b97a9170704009d871db337ece8069 (patch)
treea03cf3cdcf15bb0410f0f470420666ae56684cea /appveyor.yml
parentf136f95b735c000134ec03d8abf23a405d0f2222 (diff)
downloadpython-lxml-eddd78d320b97a9170704009d871db337ece8069.tar.gz
AppVeyor CI: Add Python 3.11 jobs (GH-360)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 34401903..2d6529e3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,8 @@ image: Visual Studio 2019
environment:
matrix:
+ - python: 311
+ - python: 311-x64
- python: 310
- python: 310-x64
- python: 39
@@ -19,6 +21,10 @@ environment:
- python: 36-x64
- python: 35
- python: 35-x64
+
+ - python: 311
+ arch: arm64
+ env: STATIC_DEPS=true
- python: 310
arch: arm64
env: STATIC_DEPS=true