Skip to content

Commit d2fe06a

Browse files
committed
Add python versions
1 parent 2624ac1 commit d2fe06a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
license="MIT License",
1919
classifiers=(
2020
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.5",
22+
"Programming Language :: Python :: 3.6",
23+
"Programming Language :: Python :: 3.7",
24+
"Programming Language :: Python :: 3.8",
2125
"License :: OSI Approved :: MIT License",
2226
"Operating System :: OS Independent",
2327
)

0 commit comments

Comments
 (0)