diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:30:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-20 15:30:59 +0200 |
commit | cf590697742773c2a97f6f4e40f592aa7587192d (patch) | |
tree | 195843f3d0ba2da2ffec6c4f7e194446e6fcefd1 /app-text/pelican | |
parent | dev-python/typogrify: Enable py3.12 (diff) | |
download | gentoo-cf590697742773c2a97f6f4e40f592aa7587192d.tar.gz gentoo-cf590697742773c2a97f6f4e40f592aa7587192d.tar.bz2 gentoo-cf590697742773c2a97f6f4e40f592aa7587192d.zip |
app-text/pelican: Enable py3.12
Signed-off-by: Michał Górny <mgorny@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 c39c92fcc7e0..9997cceed563 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature |