mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
We do support 3.14
This has been added a bit back.
This commit is contained in:
@ -20,7 +20,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "torch"
|
name = "torch"
|
||||||
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9,<3.14"
|
requires-python = ">=3.9"
|
||||||
# TODO: change to `license = "BSD-3-Clause"` and enable PEP 639 after pinning setuptools>=77
|
# TODO: change to `license = "BSD-3-Clause"` and enable PEP 639 after pinning setuptools>=77
|
||||||
# FIXME: As of 2025.06.20, it is hard to ensure the minimum version of setuptools in our CI environment.
|
# FIXME: As of 2025.06.20, it is hard to ensure the minimum version of setuptools in our CI environment.
|
||||||
# TOML-table-based license deprecated in setuptools>=77, and the deprecation warning will be changed
|
# TOML-table-based license deprecated in setuptools>=77, and the deprecation warning will be changed
|
||||||
|
Reference in New Issue
Block a user