Can't support 3.7 yet?

This commit is contained in:
Jamie Hardt
2018-12-31 11:59:59 -08:00
parent c57fe94335
commit 1882cc5308
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
language: python
python:
- "3.7"
- "3.6"
script:
- "python3 setup.py test"

View File

@@ -17,7 +17,6 @@ setup(name='pycmx',
'Topic :: Multimedia :: Video',
'Topic :: Text Processing',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.6'
],
packages=['pycmx'])