From 838db184e61417760c5b7f1740227d150c8451b2 Mon Sep 17 00:00:00 2001 From: Delta Regeer Date: Sun, 4 Feb 2024 15:36:22 -0700 Subject: [PATCH] Pyton 3.7 begone, for realsies --- README.rst | 6 +++--- docs/index.rst | 2 +- setup.cfg | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0696bba6..da921711 100644 --- a/README.rst +++ b/README.rst @@ -18,9 +18,9 @@ Waitress Waitress is 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 3.7+. It -is also known to run on PyPy 3 (version 3.7 compatible python) on UNIX. It -supports HTTP/1.0 and HTTP/1.1. +standard library. It runs on CPython on Unix and Windows under Python 3.8+. It +is also known to run on PyPy 3 (version 3.8 compatible python and above) on +UNIX. It supports HTTP/1.0 and HTTP/1.1. For more information, see the "docs" directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/ diff --git a/docs/index.rst b/docs/index.rst index 20817787..1cf0da6d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ 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 -3.7+. It is also known to run on PyPy 3 (python version 3.7+) on UNIX. It +3.8+. It is also known to run on PyPy 3 (python version 3.8+) on UNIX. It supports HTTP/1.0 and HTTP/1.1. diff --git a/setup.cfg b/setup.cfg index de83f02a..5dab5c1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,10 +13,11 @@ classifiers = License :: OSI Approved :: Zope Public License Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Operating System :: OS Independent