summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2016-07-07 15:55:49 -0600
committerGitHub <noreply@github.com>2016-07-07 15:55:49 -0600
commit68a38e9de560f9538fb8c0eccd6124d0ea393afb (patch)
tree0016d1c969b253dd7bd1f071db74c68a7a096160
parentf154b34828bf11d44f1788893d366fc65aed67ac (diff)
parentbb5e20e489ec7400b3181736267940b405b09da3 (diff)
downloadwaitress-68a38e9de560f9538fb8c0eccd6124d0ea393afb.tar.gz
Merge pull request #132 from Pylons/stevepiercy-patch-1
Update CPython versions
-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