commit: e3799ff842de663dbed02c380138fd46129629c1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 10:58:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 11:20:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3799ff8
dev-python/podcastparser: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
b/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
index 4b639215e177..32d5a3f2eadf 100644
--- a/dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild
+++ b/dev-python/podcastparser/podcastparser-0.6.8-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