8000 MAINT add Python 3.6 classifier in setup.py · scikit-learn/scikit-learn@53f8082 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53f8082

Browse files
committed
MAINT add Python 3.6 classifier in setup.py
1 parent c48ea04 commit 53f8082

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
@@ -203,6 +203,7 @@ def setup_package():
203203
'Programming Language :: Python :: 3',
204204
'Programming Language :: Python :: 3.4',
205205
'Programming Language :: Python :: 3.5',
206+
'Programming Language :: Python :: 3.6',
206207
],
207208
cmdclass=cmdclass,
208209
**extra_setuptools_args)

0 commit comments

Comments
 (0)
0