Skip to content

Commit e499eb5

Browse files
authored
Remove Python version classifiers from pyproject.toml (#219)
Removed specific Python version classifiers from the project metadata as they are no longer recommended by pypi. Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent b0409a1 commit e499eb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ license = "Apache-2.0"
1515
license-files = ["LICEN[CS]E*"]
1616
classifiers = [
1717
"Development Status :: 4 - Beta",
18-
"Programming Language :: Python :: 3.9",
19-
"Programming Language :: Python :: 3.10",
20-
"Programming Language :: Python :: 3.11",
21-
"Programming Language :: Python :: 3.12",
22-
"Programming Language :: Python :: 3.13",
2318
]
2419
dependencies = ["numpy", "onnx>=1.16", "typing_extensions>=4.10", "ml_dtypes>=0.5.0"]
2520

0 commit comments

Comments
 (0)