We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c1814 commit 0ae1401Copy full SHA for 0ae1401
1 file changed
pyproject.toml
@@ -27,12 +27,12 @@ classifiers = [
27
"Operating System :: Microsoft :: Windows",
28
29
# Supported Python versions
30
- "Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
32
"Programming Language :: Python :: 3.12",
33
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
34
]
35
-requires-python = ">= 3.10"
+requires-python = ">= 3.11"
36
37
dependencies = [
38
"packaging~=25.0",
@@ -73,7 +73,7 @@ python-source = "."
73
# Include Python files from cflib2
74
module-name = "cflib2._rust"
75
# Compatibility with older Python versions using abi3
76
-features = ["pyo3/abi3-py310"]
+features = ["pyo3/abi3-py311"]
77
78
[tool.uv]
79
package = true
0 commit comments