Skip to content

v0.4.2

Compare
Choose a tag to compare
@ValerianRey ValerianRey released this 30 Jan 22:33
· 4 commits to main since this release
bf6a38a

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).

Contributors