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 5959 # Test with sqlalchemy 1.3
6060 - { python: "3.11", trino: "latest", sqlalchemy: "~=1.3.0" }
6161 # 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 " }
6363 env :
6464 TRINO_VERSION : " ${{ matrix.trino }}"
6565 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
6161
6262** Compatibility**
6363
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
6565versions at the time of release of a particular version of the client.
6666
6767** Installation**
You can’t perform that action at this time.
0 commit comments