Skip to content

Commit 3ba0bcf

Browse files
authored
[shark-ai] Make it a general Python 3 package (nod-ai#542)
1 parent 5ccfc87 commit 3ba0bcf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

shark-ai/pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ classifiers = [
1414
"Development Status :: 3 - Alpha",
1515
"License :: OSI Approved :: Apache Software License",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.10",
18-
"Programming Language :: Python :: 3.11",
19-
"Programming Language :: Python :: 3.12",
20-
"Programming Language :: Python :: 3.13",
2117
]
22-
requires-python = ">= 3.10"
2318
# Version is set via the `setup.py` and requirements are set via files below.
2419
dynamic = ["version", "dependencies"]
2520

0 commit comments

Comments
 (0)