File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
# Test with sqlalchemy 1.3
60
60
- { python: "3.11", trino: "latest", sqlalchemy: "~=1.3.0" }
61
61
# Test with sqlalchemy 2.0
62
- - { python: "3.11", trino: "latest", sqlalchemy: "~=2.0.0rc1 " }
62
+ - { python: "3.11", trino: "latest", sqlalchemy: "~=2.0.0 " }
63
63
env :
64
64
TRINO_VERSION : " ${{ matrix.trino }}"
65
65
steps :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ rows for example `Cursor.fetchone()` or `Cursor.fetchmany()`. By default
61
61
62
62
** Compatibility**
63
63
64
- ` trino.sqlalchemy ` is compatible with the latest 1.3.x and 1.4.x SQLAlchemy
64
+ ` trino.sqlalchemy ` is compatible with the latest 1.3.x, 1.4.x and 2.0 .x SQLAlchemy
65
65
versions at the time of release of a particular version of the client.
66
66
67
67
** Installation**
You can’t perform that action at this time.
0 commit comments