Skip to content

Commit 1377131

Browse files
committed
ci: extend compatibility checks for python 3.12
1 parent 9f2dae5 commit 1377131

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

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

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
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"]
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"]
2323
exclude:
2424
- python-version: 3.9
2525
lxml-version: 4.1.1
@@ -50,7 +50,27 @@ jobs:
5050
- python-version: 3.11
5151
lxml-version: 4.7.1
5252
- python-version: 3.11
53-
lxml-version: 4.8.0
53+
lxml-version: 4.8.0
54+
- python-version: 3.12
55+
lxml-version: 4.1.1
56+
- python-version: 3.12
57+
lxml-version: 4.2.6
58+
- python-version: 3.12
59+
lxml-version: 4.3.5
60+
- python-version: 3.12
61+
lxml-version: 4.4.3
62+
- python-version: 3.12
63+
lxml-version: 4.4.3
64+
- python-version: 3.12
65+
lxml-version: 4.5.2
66+
- python-version: 3.12
67+
lxml-version: 4.6.5
68+
- python-version: 3.12
69+
lxml-version: 4.7.1
70+
- python-version: 3.12
71+
lxml-version: 4.8.0
72+
- python-version: 3.12
73+
lxml-version: 4.9.1
5474

5575

5676
steps:

0 commit comments

Comments
 (0)