kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
158 stars 14 forks source link

Remove python2 support from main version #62

Open corentinbettiol opened 9 months ago

corentinbettiol commented 9 months ago

We have Django Check SEO < 0.6 that's still compatible with python2 (see the branch python2).

So now I think we can remove support for python 2 and django < 2.2 from the package.

dorian-adams commented 3 weeks ago

Hi @corentinbettiol, I opened a PR that I believe addresses this. I mainly removed the UTF-8 encoding headers and any __future__ imports related to Python 2 compatibility. I also updated launch_tests to only use Python 3 and revised any associated documentation. If any adjustments are required, feel free to let me know! Thanks!