Configuration problems of pipfile

When

pipenv manages the environment, there is an entry in pipfile

[requires]
python_version = "3.7"

is there a syntax to write

, for example, if the python version is greater than or equal to 3.5?
Jul.18,2022

I'm not sure about this question, but I guess there is no in . (whether there is it or not, I hope the boss who sees it later will give me a definite answer, thank you!

my reasons are as follows:

  • I looked up github of pipenv , but I couldn't find any relevant information
  • .
  • this is the only python" rel=" nofollow noreferrer "> official document that I found related to Python version . No relevant examples are given, all
  • such as python_version =" 3.6" . The most important thing about
  • is that most third-party libraries will correspond to a certain Python version . If you are Python, install the corresponding version , and each third-party library may have dependencies. If given an uncertain Python version, which version of pipenv should be installed?

so, I guess not.

clipboard.png

Menu