-
Notifications
You must be signed in to change notification settings - Fork 7k
Remove deprecated Python versions #433
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
Comments
Hi. Where are the references to specific versions? In the linter? |
From the files I found: python-patterns/blob/master/setup.cfg According to https://devguide.python.org/versions 3.8 is already deprecated and 3.9 is later this year. |
Good catch, thanks. Feel free to create a pull request to address this. |
Wel. I would love to. But. It didn't occur to me at first, but there are two things I want to point out:
If not. It will means that the patterns need to be checked as well if this flag is still defined.
I can still remove the old 3.8 and 3.9 out and include 3.10 to 3.13. |
There's no need for backwards compatibility. People who really want 2.x compatible code can checkout the |
I have added a PR for solving the issue |
There are multiple references to Python versions that are officially EOL. And there is no support for newer versions yet.
The text was updated successfully, but these errors were encountered: