We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245dbdc commit 6452216Copy full SHA for 6452216
1 file changed
mistralrs-pyo3/pyproject.toml
@@ -5,13 +5,13 @@ build-backend = "maturin"
5
[project]
6
name = "mistralrs"
7
version = "0.6.0"
8
-requires-python = ">=3.10"
+requires-python = ">=3.14"
9
classifiers = [
10
"Programming Language :: Rust",
11
"Programming Language :: Python :: Implementation :: CPython",
12
"Programming Language :: Python :: Implementation :: PyPy",
13
"License :: OSI Approved :: MIT License",
14
- "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.14",
15
16
]
17
dynamic = ["description"]
0 commit comments