Skip to content

Commit 0105480

Browse files
authored
setup.py: Add the Python 3.7 trove classifier for PyPI
Now that SAML-Toolkits#124 is merged and Python 3.7 is passing the Travis tests.
1 parent ce04492 commit 0105480

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
@@ -20,6 +20,7 @@
2020
'Programming Language :: Python :: 3.4',
2121
'Programming Language :: Python :: 3.5',
2222
'Programming Language :: Python :: 3.6',
23+
'Programming Language :: Python :: 3.7',
2324
],
2425
author='OneLogin',
2526
author_email='support@onelogin.com',

0 commit comments

Comments
 (0)