diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-02-22 14:33:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-22 15:59:09 +0000 |
commit | a4999a1c98ff79c670c73db96722993f3d1f4f7e (patch) | |
tree | 690759333319ab1b9edeb48836419ea250f604f0 /app-text/pelican | |
parent | app-text/pelican: update HOMEPAGE (diff) | |
download | gentoo-a4999a1c98ff79c670c73db96722993f3d1f4f7e.tar.gz gentoo-a4999a1c98ff79c670c73db96722993f3d1f4f7e.tar.bz2 gentoo-a4999a1c98ff79c670c73db96722993f3d1f4f7e.zip |
app-text/pelican: enable py3.11
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29722
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/pelican')
-rw-r--r-- | app-text/pelican/pelican-4.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |