Skip to content

Commit

Permalink
Re-regenerate Travis credentials, drop old Python version testing
Browse files Browse the repository at this point in the history
Required packages for Toolbos are no longer supporting Python <3.6, so we cannot support them.
  • Loading branch information
jgaff committed Nov 13, 2020
1 parent 3a93cb1 commit 3076e03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python
python:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified travis.tar.enc
Binary file not shown.

0 comments on commit 3076e03

Please sign in to comment.