crccheck / django-object-actions

A Django app for easily adding object tools in the Django admin
https://pypi.org/project/django-object-actions/
Apache License 2.0
669 stars 82 forks source link

feat!: drop Python 3.6 support #135

Closed crccheck closed 2 years ago

crccheck commented 2 years ago

BREAKING CHANGE: Python 3.6 is past end-of-life and is no longer supported. Keeping it in pyproject.toml was causing pains trying to install packages. Let's drop it while we're dropping support for other old stuff.