Skip to content

Commit

Permalink
Remove python 3.4 tests
Browse files Browse the repository at this point in the history
BioPython now requires 3.6. TRAL should still work on 3.4 using older
BioPython versions, but let's drop official support.
  • Loading branch information
sbliven committed Jun 25, 2020
1 parent 03d3459 commit e80eb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "3.4"
- "3.6"
# command to install dependencies
install:
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def read(*paths):
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Natural Language :: English",
"Topic :: Software Development",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit e80eb86

Please sign in to comment.