Lines Matching full:python
6 Handle Python version check logic.
8 Not all Python versions are supported by scripts. Yet, on some cases,
9 like during documentation build, a newer version of python could be
16 Python version if present.
32 types of types, like binaries, python modules, rpm deps, etc.
87 Get python version from a Python binary. As we need to detect if
88 are out there newer python binaries, we can't rely on sys.release here.
114 Detect if are out there any python 3.xy version newer than the
127 # Seek for a python binary newer than min_version
142 Check if the current python binary satisfies our minimal requirement
154 print(f"ERROR: Python version {python_ver} is not supported anymore\n")
175 msg = f"Python {python_ver} not supported. Bailing out"
182 print(f"Python {python_ver} not supported. Changing to {new_python_cmd}")