www-servers/gunicorn: Enable py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2022-05-18 17:57:36 +02:00
parent a6e8f87c13
commit 5a579736cd
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{8..10} )
PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1 optfeature