We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16790cf commit 5f4ce16Copy full SHA for 5f4ce16
.github/workflows/ci.yaml
@@ -28,6 +28,7 @@ jobs:
28
- "3.11"
29
- "3.12"
30
- "3.13"
31
+ - "3.14"
32
os:
33
- runner: ubuntu-latest
34
duckdb-slug: linux-amd64
pyproject.toml
@@ -13,8 +13,8 @@ classifiers = [
13
"Programming Language :: Python :: 3.11",
14
"Programming Language :: Python :: 3.12",
15
"Programming Language :: Python :: 3.13",
16
+ "Programming Language :: Python :: 3.14",
17
"Programming Language :: Python :: Implementation :: CPython",
- "Programming Language :: Python :: Implementation :: PyPy",
18
"Programming Language :: Rust",
19
"Typing :: Typed",
20
]
0 commit comments