summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 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::