Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python2 support from main version #62

Open
corentinbettiol opened this issue Feb 2, 2024 · 1 comment · May be fixed by #64
Open

Remove python2 support from main version #62

corentinbettiol opened this issue Feb 2, 2024 · 1 comment · May be fixed by #64
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@corentinbettiol
Copy link
Member

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.

@corentinbettiol corentinbettiol added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 2, 2024
dorian-adams added a commit to dorian-adams/django-check-seo that referenced this issue Oct 25, 2024
@dorian-adams dorian-adams linked a pull request Oct 25, 2024 that will close this issue
@dorian-adams
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants