summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2f7132b..e754c42 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,10 +4,10 @@
Waitress
========
-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.7+ and Python 3.5+. It is also known to run on PyPy 1.6.0 on UNIX.
+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.7+ and Python 3.6+. It is also known to run on PyPy 7.3.2 (PyPy3) on UNIX.
It supports HTTP/1.0 and HTTP/1.1.