Add Python 3.7 stable to test matrix and update classifiers

This commit is contained in:
Michael Käufl
2018-09-12 11:40:03 +02:00
committed by Dave Halter
parent 96f1582b6e
commit 3be8ac7786
2 changed files with 5 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ setup(name='parso',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Utilities',