Skip to content

Commit f3061a8

Browse files
committed
ci: extend compatibility checks for lxml 5.x
1 parent 1377131 commit f3061a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests-compatibility.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
22-
lxml-version: ["4.1.1", "4.2.6", "4.3.5", "4.4.3", "4.5.2", "4.6.5", "4.7.1", "4.8.0", "4.9.1", "4.9.4"]
22+
lxml-version: ["4.1.1", "4.2.6", "4.3.5", "4.4.3", "4.5.2", "4.6.5", "4.7.1", "4.8.0", "4.9.1", "4.9.4", "5.0.1", "5.1.0"]
2323
exclude:
2424
- python-version: 3.9
2525
lxml-version: 4.1.1

0 commit comments

Comments
 (0)