Skip to content

Commit 5c49db9

Browse files
malfetpytorchmergebot
authored andcommitted
1 parent 74878ac commit 5c49db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
BUILD_LIBTORCH_WHL = os.getenv("BUILD_LIBTORCH_WHL", "0") == "1"
233233
BUILD_PYTHON_ONLY = os.getenv("BUILD_PYTHON_ONLY", "0") == "1"
234234

235-
python_min_version = (3, 8, 0)
235+
python_min_version = (3, 9, 0)
236236
python_min_version_str = ".".join(map(str, python_min_version))
237237
if sys.version_info < python_min_version:
238238
print(

0 commit comments

Comments
 (0)