Skip to content

Commit

Permalink
Remove Python 3.3 and 3.4 from Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcovington committed Nov 1, 2019
1 parent 4b218d3 commit 7ca2f8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Revision History
- Refactor tests
- Test are requiring biopython>=1.66 to run/pass
- Fix error message for Python (3.3+) version check
- Remove Python 3.3 and 3.4 from Travis CI config


0.2.2 2019-10-31
Expand Down

0 comments on commit 7ca2f8d

Please sign in to comment.