File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments