Skip to content

Commit 5a81808

Browse files
committed
Get ready for release 9.0.0
1 parent b429adf commit 5a81808

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin-tools/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ..
1919
source $PACKAGE/version.py
2020
echo $__version__
2121

22-
pyversion=3.11
22+
pyversion=3.13
2323
if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ build-backend = "setuptools.build_meta"
1111
name = "mathicsscript"
1212
description = "Command-line interface to Mathics3"
1313
dependencies = [
14-
"Mathics_Scanner>1.4.1",
15-
"Mathics3 >= 8.0.1",
14+
"Mathics_Scanner>=2.0.0",
15+
"Mathics3 >= 9.0.0",
1616
"click >= 8.0.0",
1717
"colorama",
1818
"columnize",
@@ -22,7 +22,7 @@ dependencies = [
2222
"mathics_pygments>=1.0.2",
2323
"term-background >= 1.0.1",
2424
]
25-
requires-python = ">=3.9"
25+
requires-python = ">=3.10"
2626
readme = "README.rst"
2727
license = "GPL-3.0-or-later"
2828
keywords = ["Mathematica", "Wolfram", "Interpreter", "Shell", "Math", "CAS"]

0 commit comments

Comments
 (0)