summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:04:56 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-10-15 11:04:56 +0200
commit015420ddd0161f032014fde3f23dd7a8634f78b6 (patch)
treec527d911bba5e33e2617c4a6bff558878e82d400
parent5e268f937ac8e6c96c9b60f95e2c9d0c09c0e836 (diff)
downloadpython-lxml-015420ddd0161f032014fde3f23dd7a8634f78b6.tar.gz
Add Python 3.10 to build matrix.
-rw-r--r--.travis.yml3
-rw-r--r--appveyor.yml5
2 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 291c4037..e194553f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,9 @@ cache:
python:
- nightly
- - 3.9
+ - 3.10
- 2.7
+ - 3.9
- 3.8
- 3.7
- 3.6
diff --git a/appveyor.yml b/appveyor.yml
index b8d7a72d..42eecd57 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,8 @@ version: 1.0.{build}
environment:
matrix:
+ - python: 310
+ - python: 310-x64
- python: 39
- python: 39-x64
- python: 27
@@ -14,6 +16,9 @@ environment:
- python: 36-x64
- python: 35
- python: 35-x64
+ - python: 310
+ arch: arm64
+ env: STATIC_DEPS=true
- python: 39
arch: arm64
env: STATIC_DEPS=true