Fix comment about python version

This commit is contained in:
Diego Oliveira 2018-06-09 08:39:25 -03:00
parent 07dc716700
commit d338fe16f8

View File

@ -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"