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

drop python<=3.7 support #90

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

drop python<=3.7 support #90

wants to merge 3 commits into from

Conversation

kloczek
Copy link

@kloczek kloczek commented Jun 12, 2024

According to https://endoflife.date/python python 3.7 has been EOSed almost year ago.
Filter all code over pyupgrade --py3.8-plus.

kloczek and others added 3 commits June 12, 2024 14:39
According to https://endoflife.date/python python 3.7 has been EOSed
almost year ago.
Filter all code over `pyupgrade --py3.8-plus`.

Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
@minrk
Copy link
Owner

minrk commented Jun 12, 2024

Thanks for the PR! But for such a small, simple project I'd rather not drop support for things that work just fine without a reason.

@kloczek
Copy link
Author

kloczek commented Jun 12, 2024

@minrk
Copy link
Owner

minrk commented Jun 12, 2024

From what I see, that link makes a good case to at least keep 3.7, and might as well keep 3.6, since removing it doesn't solve anything that I'm aware of.

Does removing support where we know it works fine with no other changes solve a problem for you that I'm not seeing?

@kloczek
Copy link
Author

kloczek commented Jun 12, 2024

With python_requires=">=3.8" pypi will offer for all those with python<=3.7 current release.
If this PR will be merged and released its .whl will be no longer offered for those people.
No one will be hist.

@minrk
Copy link
Owner

minrk commented Jun 12, 2024

OK. I don't like to drop support before maintaining support causes a problem. 3.5 is proving a pain, so I'm fine bumping to >=3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants