From c57fe94335a422117b0728340c86a39020963bcf Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 31 Dec 2018 11:58:04 -0800 Subject: [PATCH] Removed versions I don't support --- .travis.yml | 7 +------ setup.py | 10 +--------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe1d9ff..c108e07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,7 @@ language: python python: + - "3.7" - "3.6" - - "3.5" - - "3.4" - - "3.3" - - "3.2" - - "3.1" - - "3.0" script: - "python3 setup.py test" install: diff --git a/setup.py b/setup.py index 07e9132..41bf702 100644 --- a/setup.py +++ b/setup.py @@ -17,15 +17,7 @@ setup(name='pycmx', 'Topic :: Multimedia :: Video', 'Topic :: Text Processing', '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.7', - 'Programming Language :: Python :: 3.8' - + 'Programming Language :: Python :: 3.7' ], packages=['pycmx'])