fix: sync eventlet deprecation notice in config.py

This commit is contained in:
Benoit Chesneau 2026-01-28 13:58:12 +01:00
parent 490817d149
commit bca7c6fce9

View File

@ -719,8 +719,7 @@ class WorkerClass(Setting):
A string referring to one of the following bundled classes:
* ``sync``
* ``eventlet`` - Requires eventlet >= 0.40.3 (or install it via
``pip install gunicorn[eventlet]``)
* ``eventlet`` - **DEPRECATED: will be removed in 26.0**. Requires eventlet >= 0.40.3
* ``gevent`` - Requires gevent >= 24.10.1 (or install it via
``pip install gunicorn[gevent]``)
* ``tornado`` - Requires tornado >= 6.5.0 (or install it via