Skip to content

Commit

Permalink
Remove Python 3.4 from TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Feb 28, 2020
1 parent f332109 commit a2ea09e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Binarytree: Python Library for Studying Binary Trees
:target: https://badge.fury.io/py/binarytree
:alt: Package Version

.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%2C%203.7-blue.svg
.. image:: https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7-blue.svg
:target: https://github.com/joowani/binarytree
:alt: Python Versions

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ algorithms. Heaps and BSTs (binary search trees) are also supported.
Requirements
============

- Python 2.7, 3.4, 3.5, 3.6 or 3.7
- Python 2.7, 3.5, 3.6 or 3.7

Installation
============
Expand Down

0 comments on commit a2ea09e

Please sign in to comment.