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 #580

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

drop python<=3.7 support #580

wants to merge 2 commits into from

Conversation

kloczek
Copy link

@kloczek kloczek commented Jun 3, 2024

Filter all code over pyupgrade --py38-plus.

Filter all code over `pyupgrade --py38-plus`.

Signed-off-by: Tomasz Kłoczko <[email protected]>
Add `python_requires='>=3.8',` and update `classifiers`.
@kloczek kloczek changed the title drop python<3.7 support drop python<=3.7 support Jun 3, 2024
@CendioOssman
Copy link
Member

The world is not ready for that, I'm afraid. RHEL 8 has Python 3.6 and is not EOL for some time.

But you are right that setup.py should need an update. We've updated the github workflow file, but forgot about the version list there.

@kloczek
Copy link
Author

kloczek commented Jun 3, 2024

Someone is going to push latest websockify to RHEL 8 ?
That would be a bit odd ..
AFAIK now RGEL 8 provides only critical fixes.
Does just released version provides such fixes? 🤔
If yes someone from REL can backport those changes to hey version packaged as rpm package. Isn't it? 🤔

@CendioOssman
Copy link
Member

Users should be able to manually install websockify, even the latest version, on current distributions. The distributions will unfortunately not keep things updated, so it falls on us.

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.

None yet

2 participants