Skip to content

Commit

Permalink
Remove support for Python 3.3 since it is EOL
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
Drewsif committed Oct 13, 2017
1 parent b330e6f commit ba4b1be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: required
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ options can be found in [docs/modules.md](docs/modules.md)
Requirements
------------
Python 3.6 is recommended. Compatibility with 2.7+ and
3.3+ is supported but not as thoroughly maintained and tested. Please submit an issue
3.4+ is supported but not as thoroughly maintained and tested. Please submit an issue
or a pull request fixing any issues found with other versions of Python.


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36
envlist = py27, py34, py35, py36

[testenv]
deps= -rrequirements.txt
Expand Down

0 comments on commit ba4b1be

Please sign in to comment.