Skip to content

Commit 7b4fb86

Browse files
authored
Added programming language classifiers
Added programming language classifiers to specify support for Python minor release versions 3.6, 3.7, 3.8, and 3.9.
1 parent 64f1695 commit 7b4fb86

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
@@ -86,6 +86,10 @@
8686
'License :: OSI Approved :: BSD License',
8787
'Programming Language :: Python',
8888
'Programming Language :: Python :: 3',
89+
'Programming Language :: Python :: 3.6',
90+
'Programming Language :: Python :: 3.7',
91+
'Programming Language :: Python :: 3.8',
92+
'Programming Language :: Python :: 3.9',
8993
],
9094
install_requires=[
9195
'jupyter_client',

0 commit comments

Comments
 (0)