summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:10:32 -0700
committerEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:10:32 -0700
commitaca3b96824474f22c2b4dfdce9f68234825af2d8 (patch)
tree75eae736fc8defedce9dc41778538fcb2e9e608e
parent46f80e76c53b4ff94d561b16dd0f4055161bdb68 (diff)
downloadpyscss-aca3b96824474f22c2b4dfdce9f68234825af2d8.tar.gz
Drop support for Python 3.2
Travis can't even install coverage on 3.2 any more, which I think is a good sign that it's a lost cause.
-rw-r--r--README.rst2
-rw-r--r--tox.ini7
2 files changed, 2 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index b373f15..4457f8f 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ programming capabilities and some other syntactic sugar.
Quickstart
----------
-You need Python 2.6+ or 3.2+. PyPy is also supported.
+You need Python 2.6+ or 3.3+. PyPy is also supported.
Installation::
diff --git a/tox.ini b/tox.ini
index a19d5b6..e8d8889 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py32, py33, py34
+envlist = py26, py27, py33, py34, py35
[testenv]
# fontforge bindings cannot be installed from pip, so they may only be
@@ -22,11 +22,6 @@ deps =
{[testenv]deps}
enum34
-[testenv:py32]
-deps =
- {[testenv]deps}
- enum34
-
[testenv:py33]
deps =
{[testenv]deps}