Skip to content

Commit a1fef6d

Browse files
Mention Python 3.6 and 3.7 in setup.py.
1 parent 41b1529 commit a1fef6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ def get_version(package):
4747
'Programming Language :: Python :: 3.3',
4848
'Programming Language :: Python :: 3.4',
4949
'Programming Language :: Python :: 3.5',
50+
'Programming Language :: Python :: 3.6',
51+
'Programming Language :: Python :: 3.7',
5052
'Programming Language :: Python',
5153
'Topic :: Software Development',
5254
],

0 commit comments

Comments
 (0)