commit: 5b9c0180def9fc8b667dd5a217124c7b8d20f767
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:26:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 04:26:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9c0180
dev-python/sphinx-epytext: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
index 604010ab6690..fd6bd21839a7 100644
--- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1