Skip to content

Commit 70828c0

Browse files
committed
Advertise Python 3.6 support
1 parent 7766027 commit 70828c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
# that you indicate whether you support Python 2, Python 3 or both.
107107
'Programming Language :: Python :: 2',
108108
'Programming Language :: Python :: 2.7',
109+
'Programming Language :: Python :: 3',
110+
'Programming Language :: Python :: 3.6',
109111
],
110112

111113
# This field adds keywords for your project which will appear on the

0 commit comments

Comments
 (0)