[BE][Easy] add missing Python 3.14 PyPI classifier (#158904)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158904
Approved by: https://github.com/albanD
This commit is contained in:
Xuehai Pan
2025-07-23 13:49:06 +08:00
committed by PyTorch MergeBot
parent f7f550649f
commit b935ad17d5

View File

@ -46,6 +46,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dynamic = [
"entry-points",