Nikita Shulga
2024-10-28 18:04:27 +00:00
committed by PyTorch MergeBot
parent 74878ac271
commit 5c49db98b4

View File

@ -232,7 +232,7 @@ import platform
BUILD_LIBTORCH_WHL = os.getenv("BUILD_LIBTORCH_WHL", "0") == "1"
BUILD_PYTHON_ONLY = os.getenv("BUILD_PYTHON_ONLY", "0") == "1"
python_min_version = (3, 8, 0)
python_min_version = (3, 9, 0)
python_min_version_str = ".".join(map(str, python_min_version))
if sys.version_info < python_min_version:
print(