-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.
Description
Issue description
[requires]
python_version = ">=3.12"
Expected result
Choose the latest python version available on the system to satisfy the constraints or raise the constraint error.
Actual result
Warning: Python >=3.12 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
Steps to replicate
pipenv --python 3.12
# Change last line in Pipfile to `python_version = ">=3.12"`
pipenv --rm
pipenv --install
Metadata
Metadata
Assignees
Labels
Contributor CandidateThe issue has been identified/triaged and contributions are welcomed/encouraged.The issue has been identified/triaged and contributions are welcomed/encouraged.