The "master" git branch has been updated to Sage-9.3. As always, you can get the latest beta version from the "develop" git branch. Alternatively, the self-contained source tarball is at http://www.sagemath.org/download-latest.htmld6c5cd9be7 (tag: 9.3, trac/master, trac/develop) Updated SageMath version to 9.3
On a colleague's machine: [...]
- macOS 11
- installing from SageMath 9.3 macOS 11 binary
After downloading and extracting the binary tarball,
running Sage launches the relocation process,
then displays the banner, two syntax warnings,
and the prompt.
/Applications/SageMath/local/lib/python3.9/site-packages/traitlets/config/loader.py:795:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(key) is 1:
Sage seems to work fine, but I'm surprised by these syntax warnings.