We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1377131 commit f3061a8Copy full SHA for f3061a8
.github/workflows/python-tests-compatibility.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
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"]
+ 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"]
23
exclude:
24
- python-version: 3.9
25
lxml-version: 4.1.1
0 commit comments