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 1651f7b commit 807f911Copy full SHA for 807f911
README.md
@@ -30,7 +30,7 @@ pip install mpython-core
30
31
## Requirements
32
33
-- Python 3.9 - 3.12
+- Python 3.9 - 3.13
34
- MATLAB Runtime (if MATLAB is not installed)
35
- NumPy
36
- Optional: SciPy (for sparse matrix support)
pyproject.toml
@@ -25,6 +25,7 @@ classifiers = [
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
]
dependencies = [
"numpy"
0 commit comments