commit: d237c18f5be5751b8627e9a15f30dd2702fd6323
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 07:12:55 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 17 07:21:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d237c18f
dev-python/webtest: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/webtest/webtest-3.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild
b/dev-python/webtest/webtest-3.0.0-r1.ebuild
index c602efc63f3c..69095a63ef2c 100644
--- a/dev-python/webtest/webtest-3.0.0-r1.ebuild
+++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1