Skip to content

Commit 0ae1401

Browse files
committed
Update Python version support - drop 3.10, include 3.14
1 parent 95c1814 commit 0ae1401

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ classifiers = [
2727
"Operating System :: Microsoft :: Windows",
2828

2929
# Supported Python versions
30-
"Programming Language :: Python :: 3.10",
3130
"Programming Language :: Python :: 3.11",
3231
"Programming Language :: Python :: 3.12",
3332
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3434
]
35-
requires-python = ">= 3.10"
35+
requires-python = ">= 3.11"
3636

3737
dependencies = [
3838
"packaging~=25.0",
@@ -73,7 +73,7 @@ python-source = "."
7373
# Include Python files from cflib2
7474
module-name = "cflib2._rust"
7575
# Compatibility with older Python versions using abi3
76-
features = ["pyo3/abi3-py310"]
76+
features = ["pyo3/abi3-py311"]
7777

7878
[tool.uv]
7979
package = true

0 commit comments

Comments
 (0)