8000 Add supported python versions · lapnd/llama-cpp-python@c177c80 · GitHub
[go: up one dir, main page]

Skip to content

Commit c177c80

Browse files
committed
Add supported python versions
1 parent 17fdd15 commit c177c80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@
1919
"typing-extensions>=4.5.0",
2020
],
2121
python_requires=">=3.7",
22+
classifiers=[
23+
"Programming Language :: Python :: 3",
24+
"Programming Language :: Python :: 3.7",
25+
"Programming Language :: Python :: 3.8",
26+
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
],
2230
)

0 commit comments

Comments
 (0)
0