File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 3434 # git clone --branch master https://github.com/Mathics3/mathics-core
3535 # bash -c '(cd mathics-core && pip3 install -e .[full])'
3636 # bash -c '(cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)'
37- # python -m pip install pytest pexpect
37+ python -m pip install pytest pexpect
3838 npm install
3939 - name : Install Mathics3 Django
4040 run : |
Original file line number Diff line number Diff line change 1515.vscode
1616/.cache
1717/.python-version
18+ /ChangeLog-spell-corrected
19+ /ChangeLog.orig
1820/Mathics_Django.egg-info
1921/node_modules
2022/package-lock.json
Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4+ 9.0.0
5+ -----
6+
7+ Aug 29, 2025
8+
9+ * Support for Python 3.8 and 3.9 dropped
10+ * Ajust for 9.0.0 Mathics3 Kernel API.
11+ * Adjust a tests gallery
12+ * Add to bottom of docs next/prev
13+
14+ Bugs
15+ ----
16+
17+ #228 Service /media/ urls from a relative not absolute URL
18+
4198.0.1
520-----
621
Original file line number Diff line number Diff line change 44# well as importing into Python. That's why there is no
55# space around "=" below.
66# fmt: off
7- __version__ = "8 .0.2.dev0 " # noqa
7+ __version__ = "9 .0.0 " # noqa
You can’t perform that action at this time.
0 commit comments