commit: a4999a1c98ff79c670c73db96722993f3d1f4f7e Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Wed Feb 22 13:33:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 22 15:59:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4999a1c
app-text/pelican: enable py3.11 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29722 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/pelican/pelican-4.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pelican/pelican-4.8.0.ebuild b/app-text/pelican/pelican-4.8.0.ebuild index c61db873f4bb..c39c92fcc7e0 100644 --- a/app-text/pelican/pelican-4.8.0.ebuild +++ b/app-text/pelican/pelican-4.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature
