Skip to content

Commit 96de642

Browse files
committed
setup: add python 3.6 to list of supported python dialects
1 parent 9849ad7 commit 96de642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def run(self):
8282
'Topic :: Software Development :: Compilers',
8383
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
8484
'Programming Language :: Python :: 2.7',
85-
'Programming Language :: Python :: 3.5'],
85+
'Programming Language :: Python :: 3.5',
86+
'Programming Language :: Python :: 3.6'],
8687
keywords='xtuml bridgepoint',
8788
packages=['xtuml', 'bridgepoint'],
8889
requires=['ply'],

0 commit comments

Comments
 (0)