django-fsm
django-fsm copied to clipboard
Drop support for old Python versions
Python < 3.7 is no longer supported, so drop support and old syntax. Add python_requires in setup.py so installs on old Python versions will get older versions of django-fsm.
Rebased!