8000 [EZ] Set maximum supported version of Python as 3.12 (#119743) (#119… · pytorch/pytorch@4ae8665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ae8665

Browse files
atalmanmalfet
andauthored
[EZ] Set maximum supported version of Python as 3.12 (#119743) (#119770)
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com> resolved: #119743
1 parent bac09b8 commit 4ae8665

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
@@ -1110,7 +1110,7 @@ def main():
11101110
with open(os.path.join(cwd, "README.md"), encoding="utf-8") as f:
11111111
long_description = f.read()
11121112

1113-
version_range_max = max(sys.version_info[1], 10) + 1
1113+
version_range_max = max(sys.version_info[1], 12) + 1
11141114
torch_package_data = [
11151115
"py.typed",
11161116
"bin/*",

0 commit comments

Comments
 (0)
0