diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-19 14:16:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-19 14:26:30 +0200 |
commit | a6ad128540b430a1762f996cd1b61e8bb7f864a1 (patch) | |
tree | d9742833b46fd93a23316d9b0e9a87d9830f9559 /www-servers | |
parent | www-servers/gunicorn: Patch eventlet-related test failures (diff) | |
download | gentoo-a6ad128540b430a1762f996cd1b61e8bb7f864a1.tar.gz gentoo-a6ad128540b430a1762f996cd1b61e8bb7f864a1.tar.bz2 gentoo-a6ad128540b430a1762f996cd1b61e8bb7f864a1.zip |
www-servers/gunicorn: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/gunicorn/gunicorn-20.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild b/www-servers/gunicorn/gunicorn-20.1.0.ebuild index db3c9a31a670..462bfab82950 100644 --- a/www-servers/gunicorn/gunicorn-20.1.0.ebuild +++ b/www-servers/gunicorn/gunicorn-20.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( pypy3 python3_{8..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 optfeature |