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

Ignore forks that use a Python version above the requires-python upper-bound #6150

Closed
charliermarsh opened this issue Aug 16, 2024 · 1 comment · Fixed by #6824
Closed

Ignore forks that use a Python version above the requires-python upper-bound #6150

charliermarsh opened this issue Aug 16, 2024 · 1 comment · Fixed by #6824
Assignees
Labels
performance Potential performance improvement

Comments

@charliermarsh
Copy link
Member

We generally ignore upper-bounds on requires-python for dependencies, for a variety of reasons. However, we could ignore forks that are above the upper-bound of the user's requires-python.

See: #5818

@zanieb
Copy link
Member

zanieb commented Aug 29, 2024

Linking to previous discussion #4022

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

Successfully merging a pull request may close this issue.

2 participants