Skip to content

Commit 7d65f74

Browse files
authored
chore: Update .travis.yml - Add Python 3.10 and latest LXML (#185)
- update compatibility matrix with new LXML and Python releases - excluded LXML version, that does not build on python 3.10.1 - upgrade to Bionic as base distro. - remove deprecated "sudo" root key
1 parent 21a99b5 commit 7d65f74

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

.travis.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
dist: xenial
2-
sudo: required
1+
dist: bionic
32
language: python
43
python:
54
- "3.6"
65
- "3.7"
76
- "3.8"
87
- "3.9"
8+
- "3.10.1"
99

1010
env:
1111
- LXML_VERSION=3.7.3
@@ -16,7 +16,8 @@ env:
1616
- LXML_VERSION=4.3.5
1717
- LXML_VERSION=4.4.3
1818
- LXML_VERSION=4.5.2
19-
- LXML_VERSION=4.6.3
19+
- LXML_VERSION=4.6.5
20+
- LXML_VERSION=4.7.1
2021

2122
jobs:
2223
exclude:
@@ -42,6 +43,23 @@ jobs:
4243
env: LXML_VERSION=4.1.1
4344
- python: 3.9
4445
env: LXML_VERSION=4.2.6
46+
- python: 3.10.1
47+
env: LXML_VERSION=3.7.3
48+
- python: 3.10.1
49+
env: LXML_VERSION=3.8.0
50+
- python: 3.10.1
51+
env: LXML_VERSION=4.0.0
52+
- python: 3.10.1
53+
env: LXML_VERSION=4.1.1
54+
- python: 3.10.1
55+
env: LXML_VERSION=4.2.6
56+
- python: 3.10.1
57+
env: LXML_VERSION=4.3.5
58+
- python: 3.10.1
59+
env: LXML_VERSION=4.4.3
60+
- python: 3.10.1
61+
env: LXML_VERSION=4.5.2
62+
4563

4664
# command to install dependencies
4765
install:

0 commit comments

Comments
 (0)