Skip to content

Commit f0cacb6

Browse files
committed
Get ready for release 9.0.0
1 parent 44ba8c2 commit f0cacb6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGES.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
1.0
2-
---
1+
9.0.0
2+
-----
3+
4+
August 29, 2025
5+
6+
Revise for 9.0.0 Mathics3 Kernel API
7+
8+
Supports Python 3.13. Dropped support for Python 3.8 and Python 3.9
9+
10+
11+
1.0.0
12+
-----
13+
14+
July 27, 2025
315

416
Initial version

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ Mathics3 Packages in Python.
1313

1414
requires-python = ">=3.10"
1515
readme = "README.rst"
16-
license = {text = "GPL"}
16+
license = "GPL-3.0-or-later"
1717
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]
1818
maintainers = [
1919
{name = "Mathics Group", email = "mathics-devel@googlegroups.com"},
2020
]
2121
classifiers = [
2222
"Intended Audience :: Developers",
2323
"Intended Audience :: Science/Research",
24-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2524
"Programming Language :: Python",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)