10000 Add python version classifiers to pyproject.toml · janvdp/llama-cpp-python@c59f084 · GitHub
[go: up one dir, main page]

Skip to content

Commit c59f084

Browse files
committed
Add python version classifiers to pyproject.toml
1 parent 3feeafe commit c59f084

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ dependencies = [
1717
"diskcache>=5.6.1",
1818
]
1919
requires-python = ">=3.8"
20+
classifiers = [
21+
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.8",
23+
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
]
2027

2128

2229
[project.optional-dependencies]

0 commit comments

Comments
 (0)
0