commit: 3d930aa8f3faa7c1d9cf7eab2eceea42498aa1f1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 09:47:03 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 10:14:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d930aa8
dev-python/deprecation: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/deprecation/deprecation-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild
b/dev-python/deprecation/deprecation-2.1.0.ebuild
index 529761e3008a..394eae93dbec 100644
--- a/dev-python/deprecation/deprecation-2.1.0.ebuild
+++ b/dev-python/deprecation/deprecation-2.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A library to handle automated deprecations"