CI: Temporarily disable failing python 3.12 job

See #1297
This commit is contained in:
Baptiste Jonglez 2024-03-25 20:28:17 +01:00
parent 1deea526c3
commit 14899651b2

View file

@ -39,6 +39,11 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"] python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
dependencies: [normal] dependencies: [normal]
database: [sqlite] 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) # Test other databases with only a few versions of Python (Debian bullseye has 3.9, bookworm has 3.11)
include: include:
- python-version: 3.9 - python-version: 3.9