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

feat: skip python-incompatible wheels inspection and locking #7938

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ralbertazzi
Copy link
Contributor

@ralbertazzi ralbertazzi commented May 17, 2023

Pull Request Check List

Resolves: #7935

Would love some preliminary feedback on this 🙏


@staticmethod
def _pyversion_to_constraint(pyversion: str) -> VersionConstraint:
version = pyversion[2:]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have found no existing utility to achieve this, although I'd like to be mistaken

@MiXaiLL76
Copy link

any update?

@abn
Copy link
Member

abn commented Jan 15, 2025

@ralbertazzi a few years late, but are you are still interested in getting this or a version of this incorporated?

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.

Avoid downloading wheels that do not match Python requirement or when platform constraints are specified
3 participants