From 63538d5217e69fc9923cde1330618f1c35c9fdeb Mon Sep 17 00:00:00 2001 From: Przemek Denkiewicz Date: Tue, 12 Sep 2023 10:08:03 +0200 Subject: [PATCH] Update SQLAlchemy compatibility section --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 236c3d53..500897be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: # Test with sqlalchemy 1.3 - { python: "3.11", trino: "latest", sqlalchemy: "~=1.3.0" } # Test with sqlalchemy 2.0 - - { python: "3.11", trino: "latest", sqlalchemy: "~=2.0.0rc1" } + - { python: "3.11", trino: "latest", sqlalchemy: "~=2.0.0" } env: TRINO_VERSION: "${{ matrix.trino }}" steps: diff --git a/README.md b/README.md index 41992438..6d49d03a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ rows for example `Cursor.fetchone()` or `Cursor.fetchmany()`. By default **Compatibility** -`trino.sqlalchemy` is compatible with the latest 1.3.x and 1.4.x SQLAlchemy +`trino.sqlalchemy` is compatible with the latest 1.3.x, 1.4.x and 2.0.x SQLAlchemy versions at the time of release of a particular version of the client. **Installation**