v0.4.2
Official Python 3.13 support 🥳
Since PyTorch 2.6 is now out with Python 3.13 support, we added Python 3.13 to the list of Python versions tested in the CI!
This patch officializes our compatibility with Python 3.13 by changing the metadata in the pyproject.toml
.
Changelog
Added
- Added Python 3.13 classifier in pyproject.toml (we now also run tests on Python 3.13 in the CI).