Skip to content

Commit

Permalink
Dropped support for py<3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jun 19, 2018
1 parent b9590d1 commit db79150
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 @@ -4,7 +4,6 @@ sudo: false

python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features
Requirements
------------

1. Python 2.7+, 3.3+
1. Python 2.7+, 3.4+
2. ``click`` package (optional, for CLI)


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.
[tox]
envlist =
py{27,32,33,34,35,36}
py{27,34,35,36}

skip_missing_interpreters = True

Expand Down

0 comments on commit db79150

Please sign in to comment.