diff --git a/.travis.yml b/.travis.yml index 033d1a3..37ec582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: -- '3.4' -- '3.5' - '3.6' - '3.7' - '3.8' diff --git a/setup.py b/setup.py index 7a134c3..dc8ceba 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "globus-sdk>=1.7.0", "requests>=2.18.4" ], - python_requires=">=3.4", + python_requires=">=3.6", classifiers=[ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", diff --git a/travis.tar.enc b/travis.tar.enc index 05465ff..3718069 100644 Binary files a/travis.tar.enc and b/travis.tar.enc differ