Skip to content

Commit 807f911

Browse files
committed
DOC: Explicit 3.13 support
1 parent 1651f7b commit 807f911

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install mpython-core
3030

3131
## Requirements
3232

33-
- Python 3.9 - 3.12
33+
- Python 3.9 - 3.13
3434
- MATLAB Runtime (if MATLAB is not installed)
3535
- NumPy
3636
- Optional: SciPy (for sparse matrix support)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
]
2930
dependencies = [
3031
"numpy"

0 commit comments

Comments
 (0)