django-autoslug icon indicating copy to clipboard operation
django-autoslug copied to clipboard

Remove support for EOL Python and Django versions

Open ulgens opened this issue 3 years ago • 3 comments

  • Removes Python 3.5 - 3.6 support
  • Removes Django 1.11 - 2.0 - 2.1 - 3.0 support
  • Cleans South related code

ulgens avatar Jan 27 '22 04:01 ulgens

Hi Ülgen. Thank you for the improvements. I see that you have marked this PR as a draft… Would you please let me know the status? Do you believe it still needs more work?

justinmayer avatar Jul 20 '22 12:07 justinmayer

Hey @justinmayer, sorry for my late response. My plan was to add a pre-commit config with pyupgrade and django-upgrade, but I think that can be a different PR. Also, I think Django 2.2 (EOL) can be removed too, and I will check if I can handle it quickly.

ulgens avatar Aug 06 '22 18:08 ulgens

@justinmayer Pushed a commit for removing 2.2. Ready to review.

I can help with updating / merging other PRs after this one 🌷

ulgens avatar Aug 07 '22 06:08 ulgens