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

chore: drop support for python 3.7 #282

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

miketheman
Copy link
Member

Python 3.7 is no longer supported, so we can drop support here as well. Using the python_requires flag in the package metadata should guide installers on 3.7 to use the oldest published version (37.3).

@miketheman
Copy link
Member Author

miketheman commented Jun 9, 2023

Needs a repo admin to remove the Required status for Test - 3.7 and update the status for pypy-3.7 to 3.8

Thought: This might be a good use case for https://github.com/marketplace/actions/alls-green , since we expect the versions to change periodically cc @webknjaz

Python 3.7 is no longer supported, so we can drop support here as well.
Using the `python_requires` flag in the package metadata should guide
installers on 3.7 to use the oldest published version (37.3).

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman merged commit 09e24c7 into pypa:main Jun 9, 2023
@miketheman miketheman deleted the miketheman/drop-python-37 branch June 9, 2023 16:47
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