dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
268 stars 91 forks source link

Drop support for unsupported Django versions #204

Closed MaybeThisIsRu closed 3 years ago

MaybeThisIsRu commented 3 years ago

Django 3.0 and earlier are no longer supported, except for 2.2 LTS, which support varying Python versions depending on the 2.2 patch version.

The setup.py and tox.ini file should be updated to reflect this.

We can drop all 1.11, 2.0, 2.1 from tox testing, and update the next line to remove 3.0.

MaybeThisIsRu commented 3 years ago

We'd also need to drop their classifiers.

MaybeThisIsRu commented 3 years ago

It would be great to get this sorted before #202.

DmytroLitvinov commented 3 years ago

Hi @hirusi , We are open for PRs.