mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix comment about python version
This commit is contained in:
parent
07dc716700
commit
d338fe16f8
@ -18,5 +18,5 @@ SUPPORTED_WORKERS = {
|
||||
|
||||
|
||||
if sys.version_info >= (3, 4):
|
||||
# gaiohttp worker can be used with Python 3.3+ only.
|
||||
# gaiohttp worker can be used with Python 3.4+ only.
|
||||
SUPPORTED_WORKERS["gaiohttp"] = "gunicorn.workers.gaiohttp.AiohttpWorker"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user