Skip to content

Commit d6dee79

Browse files
hovaescohashhar
authored andcommitted
Update SQLAlchemy compatibility section
1 parent f98a608 commit d6dee79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6565
versions at the time of release of a particular version of the client.
6666

6767
**Installation**

0 commit comments

Comments
 (0)