summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 10:38:52 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 10:38:52 +1000
commitf50e32985be723a42e84ceb03a604cb3e6fb1eb5 (patch)
tree9ffc22faf72952a90c0df6ea885c1b0f01e267be
parent1097ad24edebcfac4f6023b85823cf9b444bf9de (diff)
downloadansicolor-f50e32985be723a42e84ceb03a604cb3e6fb1eb5.tar.gz
update mentions of interpreter versions
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b6fbed8..f004841 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,7 @@ ansicolor
.. image:: https://pypip.in/license/ansicolor/badge.png
:target: https://pypi.python.org/pypi/ansicolor/
-Python version support: CPython 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy.
+Python version support: CPython 2.7, 3.2+.
Introduction
@@ -108,4 +108,4 @@ likely give you a partial success.
$ tox
# to run only against selected interpreters
- $ tox -e py27,py38 \ No newline at end of file
+ $ tox -e py27,py38