Skip to content

Commit

Permalink
ci: extend compatibility checks for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phanak-sap authored Jan 9, 2024
1 parent 9f2dae5 commit d2f505a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-tests-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
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"]
exclude:
- python-version: 3.9
Expand Down Expand Up @@ -51,6 +51,12 @@ jobs:
lxml-version: 4.7.1
- python-version: 3.11
lxml-version: 4.8.0
- python-version: 3.12
lxml-version: 4.6.5
- python-version: 3.12
lxml-version: 4.7.1
- python-version: 3.12
lxml-version: 4.8.0


steps:
Expand Down

0 comments on commit d2f505a

Please sign in to comment.