Skip to content

Commit

Permalink
Add change log entry for #445 and update supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Oct 31, 2024
1 parent ae949bb commit 93b530d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Security
~~~~~~~~

- Python 3.8 is no longer supported. Added support for Python 3.13.
See https://github.com/Pylons/waitress/pull/445.

- Fix a bug that would lead to Waitress busy looping on select() on a half-open
socket due to a race condition that existed when creating a new HTTPChannel.
See https://github.com/Pylons/waitress/pull/435,
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.8+. It is also known to run on PyPy 3 (python version 3.8+) on UNIX. It
3.9+. It is also known to run on PyPy 3 (Python version 3.9+) on UNIX. It
supports HTTP/1.0 and HTTP/1.1.


Expand Down

0 comments on commit 93b530d

Please sign in to comment.