File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pip install mpython-core
30
30
31
31
## Requirements
32
32
33
- - Python 3.9 - 3.12
33
+ - Python 3.9 - 3.13
34
34
- MATLAB Runtime (if MATLAB is not installed)
35
35
- NumPy
36
36
- Optional: SciPy (for sparse matrix support)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ name = "mpython-core"
7
7
dynamic = [" version" ]
8
8
description = " Core Python elements for wrapped MPython packages."
9
9
readme = " README.md"
10
+
10
11
license = {file = " LICENSE" }
11
12
authors = [
12
13
{
name =
" Johan Medrano" ,
email =
" [email protected] " },
@@ -25,6 +26,7 @@ classifiers = [
25
26
" Programming Language :: Python :: 3.10" ,
26
27
" Programming Language :: Python :: 3.11" ,
27
28
" Programming Language :: Python :: 3.12" ,
29
+ " Programming Language :: Python :: 3.13" ,
28
30
]
29
31
dependencies = [
30
32
" numpy"
@@ -35,6 +37,7 @@ version = {attr = "mpython._version.__version__"}
35
37
36
38
[project .urls ]
37
39
Repository = " https://github.com/MPython-Package-Factory/mpython-core"
40
+ Homepage = " https://github.com/MPython-Package-Factory/mpython-core"
38
41
39
42
[tool .setuptools .packages ]
40
43
find = {}
You can’t perform that action at this time.
0 commit comments