Skip to content

Commit e80eb86

Browse files
committed
Remove python 3.4 tests
BioPython now requires 3.6. TRAL should still work on 3.4 using older BioPython versions, but let's drop official support.
1 parent 03d3459 commit e80eb86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "3.4"
43
- "3.6"
54
# command to install dependencies
65
install:

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def read(*paths):
3838
"Intended Audience :: Developers",
3939
"Programming Language :: Python",
4040
"Programming Language :: Python :: 3",
41+
"Programming Language :: Python :: 3.6",
42+
"Programming Language :: Python :: 3.7",
4143
"Natural Language :: English",
4244
"Topic :: Software Development",
4345
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)