File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 22/.hypothesis
33/.python-version
44/ChangeLog
5+ /ChangeLog.orig
56/ChangeLog.spell-corrected
67/Mathics3_graph.egg-info
78/build
Original file line number Diff line number Diff line change 1+ 9.0.0
2+ -----
3+
4+ Aug 29, 2025
5+
6+ Add support for Python 3.13. Drop Support for Python 3.8 and Python 3.9.
7+
8+ Track API changes in Mathics3 Kernel.
9+
1108.0.1
211-----
312
Original file line number Diff line number Diff line change 11#! /bin/bash
2- PACKAGE=pymathics -graph
2+ PACKAGE=mathics3 -graph
33
44# FIXME put some of the below in a common routine
55function finish {
@@ -22,7 +22,7 @@ echo $__version__
2222if ! pyenv local $pyversion ; then
2323 exit $?
2424fi
25- python setup.py bdist_wheel --universal
26- mv -v dist/pymathics_graph- ${__version__} -{py2.,}py3-none-any.whl
27- python ./setup.py sdist
25+ pyenv local 3.13
26+ pip wheel --wheel-dir=dist .
27+ python -m build -- sdist
2828finish
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
55 echo " This script should be *sourced* rather than run directly through bash"
66 exit 1
77fi
8- export PYVERSIONS=' 3.8 3.9 3.10 3.11 '
8+ export PYVERSIONS=' 3.10 3.11 3.12 3.13 '
You can’t perform that action at this time.
0 commit comments