Skip to content

Commit e82eb29

Browse files
XN137claude
andauthored
feat: add Python 3.14 support (#19)
https://docs.python.org/3.14/whatsnew/3.14.html Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4ed903 commit e82eb29

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.11", "3.12", "3.13"]
26+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2727
steps:
2828
- uses: actions/checkout@v4
2929
- uses: astral-sh/setup-uv@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
1717
"Programming Language :: Python :: 3.13",
18+
"Programming Language :: Python :: 3.14",
1819
"Topic :: Database",
1920
]
2021
keywords = ["dremio", "dremio-cloud", "cli", "data-lake", "sql", "official"]

0 commit comments

Comments
 (0)