Skip to content

Commit 6452216

Browse files
committed
[chore] bump Python requirement to 3.14+
1 parent 245dbdc commit 6452216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mistralrs-pyo3/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ build-backend = "maturin"
55
[project]
66
name = "mistralrs"
77
version = "0.6.0"
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.14"
99
classifiers = [
1010
"Programming Language :: Rust",
1111
"Programming Language :: Python :: Implementation :: CPython",
1212
"Programming Language :: Python :: Implementation :: PyPy",
1313
"License :: OSI Approved :: MIT License",
14-
"Programming Language :: Python :: 3.10",
14+
"Programming Language :: Python :: 3.14",
1515
"Programming Language :: Rust",
1616
]
1717
dynamic = ["description"]

0 commit comments

Comments
 (0)