Skip to content

Commit

Permalink
Drop support for Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Nov 4, 2017
1 parent 4c75312 commit e409b62
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ matrix:
include:
- python: 2.7
env: TOXENV=python2.7
- python: 3.3
env: TOXENV=python3.3
- python: 3.4
env: TOXENV=python3.4
- python: 3.5
Expand Down
3 changes: 1 addition & 2 deletions docs/pages/installation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Installation
============

::

pip install pytablewriter


Dependencies
============
Python 2.7+ or 3.3+
Python 2.7+ or 3.4+

- `DataPropery <https://github.com/thombashi/DataProperty>`__
- `dominate <http://github.com/Knio/dominate/>`__
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = python{2.7,3.3,3.4,3.5,3.6}
envlist = python{2.7,3.4,3.5,3.6}

[testenv]
deps =
Expand Down

0 comments on commit e409b62

Please sign in to comment.