summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-07 14:50:25 -0700
committerGitHub <noreply@github.com>2016-07-07 14:50:25 -0700
commitbb5e20e489ec7400b3181736267940b405b09da3 (patch)
tree0016d1c969b253dd7bd1f071db74c68a7a096160
parentf154b34828bf11d44f1788893d366fc65aed67ac (diff)
downloadwaitress-bb5e20e489ec7400b3181736267940b405b09da3.tar.gz
Update CPython versions
I don't know about the PyPy versions as it is not in the change or history.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e10eac8..ce9ea01 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
Waitress is meant to be a production-quality pure-Python WSGI server with very
acceptable performance. It has no dependencies except ones which live in the
Python standard library. It runs on CPython on Unix and Windows under Python
-2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It
+2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0+ on UNIX. It
supports HTTP/1.0 and HTTP/1.1.
For more information, see the "docs" directory of the Waitress package or