summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-11-21 22:34:38 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-11-21 22:34:38 +0100
commitd3b9676f7fe6aaf388577c9a4c446bbe2f92c307 (patch)
tree7939d5862a271707bca37d643e085a06cb8effb5
parent9e8633538985907dca0604bb28010dd7a72366ab (diff)
downloadpython-lxml-d3b9676f7fe6aaf388577c9a4c446bbe2f92c307.tar.gz
Use newer VS image in appveyor to enable Py3.9/10 support.
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 42eecd57..34401903 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,5 @@
version: 1.0.{build}
+image: Visual Studio 2019
environment:
matrix:
@@ -7,7 +8,9 @@ environment:
- python: 39
- python: 39-x64
- python: 27
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- python: 27-x64
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
- python: 38
- python: 38-x64
- python: 37