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 support for Python 3.6 and 3.7? #648

Closed
afuetterer opened this issue Jul 27, 2023 · 3 comments
Closed

Drop support for Python 3.6 and 3.7? #648

afuetterer opened this issue Jul 27, 2023 · 3 comments

Comments

@afuetterer
Copy link
Member

Hi,

not a bug, not a feature, but a question.

Python 3.6. and 3.7 officially reached end of life and do not receive security fixes anymore: https://devguide.python.org/versions/#python-release-cycle
Should the RDMO project recommend upgrading to at least Python 3.8 and drop support for Python < 3.8?

What do you think?

@MyPyDavid
Copy link
Member

Yes, I agree with dropping support for those. However, recently there was a support request from a user who was still using 3.6 in their deployment. It depends on which deployments are out there I guess...

@afuetterer
Copy link
Member Author

I see. I mean, the project could still work on 3.6 and 3.7. But to actively support these EOL versions means to miss out on new features and performance improvements of the evolving language. Also the security patches could be an argument to convince users to update their deployment from unsafe environments?

I see that you are working on a 2.0 release. Maybe that could be used to drop support for EOL versions?

@afuetterer
Copy link
Member Author

The pyproject.toml setup proposed in #664 is set to work with Python >= 3.8.

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

No branches or pull requests

3 participants