Skip to content

Commit 571a927

Browse files
Feat/debian13 (#21)
* modify changelog * debian 13 --------- Co-authored-by: Jacobe2169 <[email protected]>
1 parent a7f8a88 commit 571a927

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/pytest.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
debian-version: [ '11', '12' ]
21-
sqlalchemy-version: [ '1.4' ]
20+
debian-version: ["11", "12", "13"]
21+
sqlalchemy-version: ["1.4"]
2222
include:
23-
- debian-version: '11'
24-
python-version: '3.9'
25-
postgres-version: '13-bullseye'
26-
- debian-version: '12'
27-
python-version: '3.11'
28-
postgres-version: '15-bookworm'
23+
- debian-version: "11"
24+
python-version: "3.9"
25+
postgres-version: "13-bullseye"
26+
- debian-version: "12"
27+
python-version: "3.11"
28+
postgres-version: "15-bookworm"
29+
- debian-version: "13"
30+
python-version: "3.13"
31+
postgres-version: "17-trixie"
2932

3033
name: Debian ${{ matrix.debian-version }} - SQLAlchemy ${{ matrix.sqlalchemy-version }}
3134

0 commit comments

Comments
 (0)