Skip to content

Commit

Permalink
Add tests against Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jan 19, 2024
1 parent 11823ee commit 5e77091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
"3.9",
"3.10",
"3.11",
"3.12",
"pypy-3.8",
"pypy-3.9",
"pypy-3.10",
]
trino: [
"latest",
Expand All @@ -55,11 +57,11 @@ jobs:
]
include:
# Test with older Trino versions for backward compatibility
- { python: "3.11", trino: "351", sqlalchemy: "~=1.4.0" } # first Trino version
- { python: "3.12", trino: "351", sqlalchemy: "~=1.4.0" } # first Trino version
# Test with sqlalchemy 1.3
- { python: "3.11", trino: "latest", sqlalchemy: "~=1.3.0" }
- { python: "3.12", trino: "latest", sqlalchemy: "~=1.3.0" }
# Test with sqlalchemy 2.0
- { python: "3.11", trino: "latest", sqlalchemy: "~=2.0.0" }
- { python: "3.12", trino: "latest", sqlalchemy: "~=2.0.0" }
env:
TRINO_VERSION: "${{ matrix.trino }}"
steps:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Database :: Front-Ends",
Expand Down

0 comments on commit 5e77091

Please sign in to comment.