Describe the bug
When running locally pipenv shell fails because pipenv does not support version range specifier (eg.: python_version = ">3.10")
To Reproduce
Steps to reproduce the behavior:
Run locally following the steps on README.
When running pipenv shell it fails: Error: Python version range specifier '>3.10' is not supported. Please use an absolute version number or specify the path to the Python executable on Pipfile.
Expected behavior
The virtual environment would have been created
Screenshots
N/A
Desktop (please complete the following information):
OS: macOS 14.6.1 (23G93)
Apple Silicon M2
Zch
Python 3.12
Additional context
Add any other context about the problem here.
Describe the bug When running locally
pipenv shell
fails because pipenv does not support version range specifier (eg.:python_version = ">3.10"
)To Reproduce Steps to reproduce the behavior:
pipenv shell
it fails:Error: Python version range specifier '>3.10' is not supported. Please use an absolute version number or specify the path to the Python executable on Pipfile.
Expected behavior The virtual environment would have been created
Screenshots N/A
Desktop (please complete the following information):
Additional context Add any other context about the problem here.