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.7 #1996

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Drop support for Python 3.7 #1996

merged 1 commit into from
Jun 19, 2023

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Jun 7, 2023

Summary

Python 3.7 EOL is approaching: https://endoflife.date/python.

This PR drops support for Python 3.7.

Copy link

@zanieb zanieb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kludex
Copy link
Member Author

Kludex commented Jun 8, 2023

Thoughts on including a warning about this first? e.g. PrefectHQ/prefect@382ebdc/src/prefect/init.py#L23-L34

Since we change the "requires-python" value, I don't think that's needed.

Also, is there someone that does the same besides Prefect?

@zanieb
Copy link

zanieb commented Jun 8, 2023

@Kludex I think that just means pip won't pick up new versions if the user is on 3.7 which could be confusing without any additional context 🤷‍♀️ I don't know of other projects that are displaying a warning though. I don't think it's a big deal — Prefect has a lot more beginner-level users.

@Kludex Kludex merged commit ffa5b1a into master Jun 19, 2023
@Kludex Kludex deleted the burn/drop-python-3.7 branch June 19, 2023 06:36
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