Skip to content

Commit eb2fec7

Browse files
committed
chore: define more classifiers in the setup
1 parent 9663980 commit eb2fec7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"License :: OSI Approved :: ISC License (ISCL)",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
26+
"Programming Language :: Python :: 3.7",
27+
"Programming Language :: Python :: 3.8",
28+
"Programming Language :: Python :: 3.9",
29+
"Programming Language :: Python :: 3.10",
30+
"Programming Language :: Python :: 3.11",
31+
"Programming Language :: Python :: 3.12",
2632
"Operating System :: OS Independent",
2733
],
2834
include_package_data=True,

0 commit comments

Comments
 (0)