From e409b62a313920638559bd1d0ec2cb10f665d8fe Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 4 Nov 2017 10:26:47 +0900 Subject: [PATCH] Drop support for Python 3.3 --- .travis.yml | 2 -- docs/pages/installation.rst | 3 +-- setup.py | 1 - tox.ini | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 480838c6..f4c122cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/docs/pages/installation.rst b/docs/pages/installation.rst index 5d10074d..934ecb94 100644 --- a/docs/pages/installation.rst +++ b/docs/pages/installation.rst @@ -1,6 +1,5 @@ Installation ============ - :: pip install pytablewriter @@ -8,7 +7,7 @@ Installation Dependencies ============ -Python 2.7+ or 3.3+ +Python 2.7+ or 3.4+ - `DataPropery `__ - `dominate `__ diff --git a/setup.py b/setup.py index dd62fa9a..4a2690ec 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index 71df2de9..e1cbdc2e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =