Skip to content

Commit

Permalink
CI: Temporarily disable failing python 3.12 job
Browse files Browse the repository at this point in the history
See #1297
  • Loading branch information
Baptiste Jonglez committed Mar 25, 2024
1 parent 80df448 commit 7978747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7978747

Please sign in to comment.