commit: c71576fce959e5045095af68260476d7e4a4a623
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 07:25:51 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 07:26:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71576fc
dev-python/geventhttpclient: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/geventhttpclient/geventhttpclient-2.0.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/geventhttpclient/geventhttpclient-2.0.8.ebuild
b/dev-python/geventhttpclient/geventhttpclient-2.0.8.ebuild
index 5850080039c3..309aa9811720 100644
--- a/dev-python/geventhttpclient/geventhttpclient-2.0.8.ebuild
+++ b/dev-python/geventhttpclient/geventhttpclient-2.0.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1