-
Python 3.14 is supported and tested, against both Django 5.2 LTS and 6.0.
-
PyPI metadata is fuller: real keywords instead of just the package name, and
links to the documentation, repository, issue tracker and changelog rather
than the homepage alone.Development Statusmoves from3 - Alphato
5 - Production/Stable. -
Internal: removed the last Python 2 leftovers (
__future__imports, UTF-8
encoding headers,super(Class, self)) and turned on ruff'sUP(pyupgrade)
ruleset, which had been off, so that they cannot creep back in. No runtime
behaviour changed.