Removed versions I don't support

This commit is contained in:
Jamie Hardt
2018-12-31 11:58:04 -08:00
parent 007661ef38
commit c57fe94335
2 changed files with 2 additions and 15 deletions

View File

@@ -1,12 +1,7 @@
language: python language: python
python: python:
- "3.7"
- "3.6" - "3.6"
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
script: script:
- "python3 setup.py test" - "python3 setup.py test"
install: install:

View File

@@ -17,15 +17,7 @@ setup(name='pycmx',
'Topic :: Multimedia :: Video', 'Topic :: Multimedia :: Video',
'Topic :: Text Processing', 'Topic :: Text Processing',
'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7'
'Programming Language :: Python :: 3.8'
], ],
packages=['pycmx']) packages=['pycmx'])