Skip to content

Commit 1489965

Browse files
author
Baptiste Jonglez
committed
CI: Temporarily disable failing python 3.12 job
See #1297
1 parent 1deea52 commit 1489965

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
4040
dependencies: [normal]
4141
database: [sqlite]
42+
# Installation breaks with python 3.12, see https://github.com/spiral-project/ihatemoney/issues/1297
43+
exclude:
44+
- python-version: "3.12"
45+
dependencies: normal
46+
database: sqlite
4247
# Test other databases with only a few versions of Python (Debian bullseye has 3.9, bookworm has 3.11)
4348
include:
4449
- python-version: 3.9

0 commit comments

Comments
 (0)