From 363c1cd544a139b90267709017539e33af039e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Han=C3=A1k?= <47626173+phanak-sap@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:17:14 +0100 Subject: [PATCH] ci: extend compatibility checks for python 3.12 --- .../workflows/python-tests-compatibility.yml | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-tests-compatibility.yml b/.github/workflows/python-tests-compatibility.yml index 1155a86..7c9d97a 100644 --- a/.github/workflows/python-tests-compatibility.yml +++ b/.github/workflows/python-tests-compatibility.yml @@ -18,8 +18,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - 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"] + 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"] exclude: - python-version: 3.9 lxml-version: 4.1.1 @@ -50,7 +50,27 @@ jobs: - python-version: 3.11 lxml-version: 4.7.1 - python-version: 3.11 - lxml-version: 4.8.0 + lxml-version: 4.8.0 + - python-version: 3.12 + lxml-version: 4.1.1 + - python-version: 3.12 + lxml-version: 4.2.6 + - python-version: 3.12 + lxml-version: 4.3.5 + - python-version: 3.12 + lxml-version: 4.4.3 + - python-version: 3.12 + lxml-version: 4.4.3 + - python-version: 3.12 + lxml-version: 4.5.2 + - 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 + - python-version: 3.12 + lxml-version: 4.9.1 steps: