Skip to content

Commit

Permalink
ci: extend compatibility checks for lxml 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phanak-sap committed Jan 21, 2024
1 parent 1377131 commit f3061a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
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"]
exclude:
- python-version: 3.9
lxml-version: 4.1.1
Expand Down

0 comments on commit f3061a8

Please sign in to comment.