diff --git a/.travis.yml b/.travis.yml index 1bb2de7..58915ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python python: - - '3.4' - '3.5' - '3.6' - '3.7' diff --git a/setup.py b/setup.py index b42f35b..809c867 100755 --- a/setup.py +++ b/setup.py @@ -39,9 +39,10 @@ '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', 'Topic :: Security :: Cryptography', ],