Skip to content

Commit 5f9a146

Browse files
committed
add Python 3.7 to the setup.py classifiers
1 parent b19dec9 commit 5f9a146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def get_version_and_cmdclass(package_name):
5656
'License :: OSI Approved :: BSD License',
5757
'Intended Audience :: Science/Research',
5858
'Programming Language :: Python :: 3.6',
59+
'Programming Language :: Python :: 3.7',
5960
],
6061
packages=find_packages('.'),
6162
install_requires=install_requires,

0 commit comments

Comments
 (0)