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

Remove Python 3.7 compatibility #4138

Closed
wants to merge 1 commit into from
Closed

Remove Python 3.7 compatibility #4138

wants to merge 1 commit into from

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Nov 24, 2023

Summary of changes

Closes

Pull Request Checklist

@@ -61,7 +61,6 @@ def editable_opts(request):
"Intended Audience :: Developers"
]
urls = {Homepage = "https://github.com"}
dependencies = ['importlib-metadata; python_version<"3.8"']
Copy link
Contributor

@Avasam Avasam Nov 28, 2023

Choose a reason for hiding this comment

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

What about importlib-metadata>=0.12;python_version<"3.8" in setuptools/tests/config/test_pyprojecttoml.py and importlib-resources==5.10.2; python_version<"3.8"+importlib-metadata==6.0.0 ; python_version<"3.8" in setuptools/tests/test_core_metadata.py ? I'm not sure whether using a marker is an important part of the test, or if it's just an outdated requirement. (hence I haven't touched them in #4096 )

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh. I was unaware of #4096. I'll defer to your work since it landed first.

You have good insight here - these markers are potentially still relevant regardless what version of Python is supported by Setuptools (e.g. one could still distribute a package supporting older Pythons using the latest Setuptools).

@jaraco jaraco closed this Jan 24, 2024
@jaraco jaraco deleted the debt/py37-cleanup branch January 24, 2024 16:25
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