diff options
author | Ewout ter Hoeven <E.M.terHoeven@student.tudelft.nl> | 2022-11-12 16:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-12 16:31:05 +0100 |
commit | eddd78d320b97a9170704009d871db337ece8069 (patch) | |
tree | a03cf3cdcf15bb0410f0f470420666ae56684cea /appveyor.yml | |
parent | f136f95b735c000134ec03d8abf23a405d0f2222 (diff) | |
download | python-lxml-eddd78d320b97a9170704009d871db337ece8069.tar.gz |
AppVeyor CI: Add Python 3.11 jobs (GH-360)
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 6 |
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 |