Skip to content

Commit 894cdfd

Browse files
committed
misc: list Python 3.6 (sic!) in setup.py.
This is a "bump" commit to force CircleCI picking up the new branch. Python 3.6 is known-to-work and regularly tested; it missing in setup.py is an oversight. Python 3.7 is not yet known to work, is just starting to get one module tested, - therefore not adding it here (yet).
1 parent 3bb91d2 commit 894cdfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'License :: OSI Approved :: MIT License',
116116
'Natural Language :: English',
117117
'Programming Language :: Python :: 3.5',
118+
'Programming Language :: Python :: 3.6',
118119
],
119120
# trinity
120121
entry_points={

0 commit comments

Comments
 (0)