commit:     a6ad128540b430a1762f996cd1b61e8bb7f864a1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 19 12:16:34 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 19 12:26:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ad1285

www-servers/gunicorn: Enable py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/gunicorn/gunicorn-20.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gunicorn/gunicorn-20.1.0.ebuild 
b/www-servers/gunicorn/gunicorn-20.1.0.ebuild
index db3c9a31a67..462bfab8295 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
 

Reply via email to