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

Pipenv: extract requires.python_version and requires.python_full_version as dependencies #28899

Open
rarkins opened this issue May 7, 2024 · 0 comments
Labels
manager:pipenv Pipenv package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented May 7, 2024

Describe the proposed change(s).

A Pipfile can look like this:

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]

[packages]

[requires]
python_version = "3.6"
python_full_version= "3.6.5"

We should extract both of these python dependencies and offer to update them, so that in examples like the above users are not left with EOL Python. This is also relevant to constraintsFiltering=strict

@rarkins rarkins added type:feature Feature (new functionality) priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others manager:pipenv Pipenv package manager labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:pipenv Pipenv package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:feature Feature (new functionality)
Projects
None yet
Development

No branches or pull requests

1 participant