Skip to content

Commit 68f866d

Browse files
authored
Merge pull request #8 from larsoner/ver
Thank you for your PR, all seems good to go.
2 parents 1651f7b + 4793d90 commit 68f866d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "mpython-core"
77
dynamic = ["version"]
88
description = "Core Python elements for wrapped MPython packages."
99
readme = "README.md"
10+
1011
license = {file = "LICENSE"}
1112
authors = [
1213
{name = "Johan Medrano", email = "[email protected]"},
@@ -25,6 +26,7 @@ classifiers = [
2526
"Programming Language :: Python :: 3.10",
2627
"Programming Language :: Python :: 3.11",
2728
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2830
]
2931
dependencies = [
3032
"numpy"
@@ -35,6 +37,7 @@ version = {attr = "mpython._version.__version__"}
3537

3638
[project.urls]
3739
Repository = "https://github.com/MPython-Package-Factory/mpython-core"
40+
Homepage = "https://github.com/MPython-Package-Factory/mpython-core"
3841

3942
[tool.setuptools.packages]
4043
find = {}

0 commit comments

Comments
 (0)