diff --git a/.travis.yml b/.travis.yml index 9612fb2..7b2675a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,11 @@ sudo: false dist: xenial # is required for python3.7+ language: python python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - - "3.7" - "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" install: # Install our dependencies diff --git a/setup.py b/setup.py index e0e1a29..80ae1bd 100644 --- a/setup.py +++ b/setup.py @@ -54,10 +54,6 @@ def read(*filenames, **kwargs): 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 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.9', 'Programming Language :: Python :: 3.10',