mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
parent
178fc94cef
commit
843f2df877
1 changed files with 5 additions and 0 deletions
5
.github/workflows/unit-tests.yml
vendored
5
.github/workflows/unit-tests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue