Add version 3.7 support checks

This commit is contained in:
Jamie Hardt
2019-08-17 13:01:51 -07:00
parent b31450f03d
commit 8b49a788ae
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
language: python language: python
python: python:
- "3.7"
- "3.6" - "3.6"
- "3.5" - "3.5"
- "2.7" - "2.7"

View File

@@ -18,6 +18,7 @@ setup(name='pycmx',
'Topic :: Text Processing', 'Topic :: Text Processing',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6' 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
], ],
packages=['pycmx']) packages=['pycmx'])