commit: aa8353aac1e1a2ececbf1d6c41d2677fa4898a81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 16:13:59 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 11 16:43:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8353aa
dev-python/editables: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editables/editables-0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/editables/editables-0.3.ebuild
b/dev-python/editables/editables-0.3.ebuild
index 0aa9dc7f2dc0..32ead7bcc346 100644
--- a/dev-python/editables/editables-0.3.ebuild
+++ b/dev-python/editables/editables-0.3.ebuild
@@ -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