Skip to content

Commit 5f4ce16

Browse files
committed
Add support for Python 3.14
Python 3.14 to be released on 7 Oct 2025, changelog at https://docs.python.org/3.14/whatsnew/3.14.html
1 parent 16790cf commit 5f4ce16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "3.11"
2929
- "3.12"
3030
- "3.13"
31+
- "3.14"
3132
os:
3233
- runner: ubuntu-latest
3334
duckdb-slug: linux-amd64

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ classifiers = [
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.13",
16+
"Programming Language :: Python :: 3.14",
1617
"Programming Language :: Python :: Implementation :: CPython",
17-
"Programming Language :: Python :: Implementation :: PyPy",
1818
"Programming Language :: Rust",
1919
"Typing :: Typed",
2020
]

0 commit comments

Comments
 (0)