Skip to content

Commit c9bd14a

Browse files
committed
Add Python 3.6/3.7 trove classifiers to document support
Python 3.6 support was added in 7a1f48e. Python 3.7 testing was added in ae05bd9. Document general Python 2 support as well.
1 parent af02ef6 commit c9bd14a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
"Programming Language :: Python :: 3",
102102
"Programming Language :: Python :: 3.4",
103103
"Programming Language :: Python :: 3.5",
104+
"Programming Language :: Python :: 3.6",
105+
"Programming Language :: Python :: 3.7",
104106
"License :: OSI Approved",
105107
"License :: OSI Approved :: MIT License",
106108
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)