summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-01-08 04:13:50 +0200
committerBenjamin Peterson <benjamin@python.org>2020-01-07 18:13:50 -0800
commitac4bdc52093f030ae9f69eafb5dc684ef3aa06aa (patch)
tree3faa3027de5733916890da91622ea0c9e6c20219 /README.rst
parent422fc7a2fe4c254316b29c0b5a7bbecbb3b45b5e (diff)
downloadsix-git-ac4bdc52093f030ae9f69eafb5dc684ef3aa06aa.tar.gz
Drop support for EOL Python 2.6 and 3.2. (#314)
Fixes #308. Stops testing them on the CI, update python_requries and remove some code specifically for those versions. Not done anything to remove any six functionality that's only a benefit on those versions, that should be in a separate PR and would be a breaking change that should ideally deprecate first.
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 a99e6f5..80d1b8b 100644
--- a/README.rst
+++ b/README.rst
@@ -19,7 +19,7 @@ for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.
-Six supports every Python version since 2.6. It is contained in only one Python
+Six supports Python 2.7 and 3.3+. It is contained in only one Python
file, so it can be easily copied into your project. (The copyright and license
notice must be retained.)