Hi all,
I've just pushed the first release candidate for SymPy 1.14 to PyPI:
https://pypi.org/project/sympy/#history
This is version 1.14.0rc1. I don't anticipate that there will be any
significant changes between now and the final release but the release
candidate is there for testing.
You can install this prerelease of SymPy with:
pip install sympy==1.14.0rc1.
It is also available from GitHub although something went a little
wrong with the release script so the GitHub release isn't formatted in
the usual way:
https://github.com/sympy/sympy/releases/tag/1.14.0rc1
The supported range of Python versions is 3.9 to 3.13 and the latest
prerelease 3.14a7 is tested with no currently known problems for 3.14.
There are many changes in this release. The release notes for SymPy
1.14 are here:
https://github.com/sympy/sympy/wiki/Release-Notes-for-1.14
If you find any issues please report them on GitHub or reply here.
--
Oscar