Skip to content

Commit c0b7bff

Browse files
jonafatosybrenstuvel
authored andcommitted
Declare Python 3.6 support (sybrenstuvel#93)
Add Python 3.6 to the Trove classifiers in `setup.py`.
1 parent d008525 commit c0b7bff

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
@@ -40,6 +40,7 @@
4040
'Programming Language :: Python :: 3.3',
4141
'Programming Language :: Python :: 3.4',
4242
'Programming Language :: Python :: 3.5',
43+
'Programming Language :: Python :: 3.6',
4344
'Topic :: Security :: Cryptography',
4445
],
4546
install_requires=[

0 commit comments

Comments
 (0)