Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbe834c

Browse files
committed
Update supported python versions in setup file
1 parent c98933e commit dbe834c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
classifiers=[
1919
'License :: OSI Approved :: MIT License',
2020
'Programming Language :: Python :: 2.7',
21+
'Programming Language :: Python :: 3.5',
22+
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7',
2124
],
2225
)

0 commit comments

Comments
 (0)