What's Changed
This release provides proper support for Python 3.13, with (Cythonized) wheels published for this version.
As a consequence, Cython was updated from 0.29.x
to 3.0.x
.
- General maintenance of CI and build ecosystem by @Viicos in #10847
- Update Cython to
3.0.x
. - Properly address Python 3.13 deprecation warnings.
- Migrate packaging to
pyproject.toml
, make use of PEP 517 build options. - Use
build
instead of directsetup.py
invocations. - Update various Github Actions versions.
- Update Cython to
- Replace outdated stpmex link in documentation by @jaredenorris in #10997
New Contributors
- @jaredenorris made their first contribution in #10997
Full Changelog: v1.10.19...v1.10.20