diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 11:58:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 12:20:03 +0100 |
commit | e3799ff842de663dbed02c380138fd46129629c1 (patch) | |
tree | 393d823d9c0469aaa50d0280c2fa9690c5f5136c /dev-python/podcastparser | |
parent | sys-process/bcron: enable py3.10, py3.11 and disable py3.7 (diff) | |
download | gentoo-e3799ff842de663dbed02c380138fd46129629c1.tar.gz gentoo-e3799ff842de663dbed02c380138fd46129629c1.tar.bz2 gentoo-e3799ff842de663dbed02c380138fd46129629c1.zip |
dev-python/podcastparser: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/podcastparser')
-rw-r--r-- | dev-python/podcastparser/podcastparser-0.6.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |