From 843f2df877b4fa0d8fe701ccd44619fd6e55eb65 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Mon, 25 Mar 2024 20:28:17 +0100 Subject: [PATCH] CI: Temporarily disable failing python 3.12 job See #1297 --- .github/workflows/unit-tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ddf5ab54..57d007a3 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -39,6 +39,11 @@ jobs: python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] dependencies: [normal] database: [sqlite] + # Installation breaks with python 3.12, see https://github.com/spiral-project/ihatemoney/issues/1297 + exclude: + - python-version: "3.12" + dependencies: normal + database: sqlite # Test other databases with only a few versions of Python (Debian bullseye has 3.9, bookworm has 3.11) include: - python-version: 3.9