commit: 1d66e8ac6b9f7de3dc76eefd2bfab59ad3bf79be Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 17:58:53 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jun 12 18:27:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d66e8ac
dev-python/http-parser: Enable py3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/http-parser/http-parser-0.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild index 37fe90fe5524..c974834b7586 100644 --- a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild +++ b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1