commit: c24e4278c7fd19e410e3ed5b5fb804dcf8ec47bf
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 12:44:14 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:00:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24e4278
dev-python/enrich: enable py3.11
One of the tests fails but it does the same against py3.10
(see Bug #865497) and py3.9.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/enrich/enrich-1.2.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild
b/dev-python/enrich/enrich-1.2.7-r1.ebuild
index 2cb4fa26d981..78906bc4b6e3 100644
--- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
+++ b/dev-python/enrich/enrich-1.2.7-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