diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-04-14 19:00:58 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-04-14 19:02:51 +0200 |
commit | 8c65b492f35097435affaca28aa1bab7a9cf7236 (patch) | |
tree | ea72dfcfb88f5e62e9070d35c33a52ef5d6d6430 /www-apps/nikola | |
parent | dev-python/PyRSS2Gen: enable py3.12 (diff) | |
download | gentoo-8c65b492f35097435affaca28aa1bab7a9cf7236.tar.gz gentoo-8c65b492f35097435affaca28aa1bab7a9cf7236.tar.bz2 gentoo-8c65b492f35097435affaca28aa1bab7a9cf7236.zip |
www-apps/nikola: enable py3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'www-apps/nikola')
-rw-r--r-- | www-apps/nikola/nikola-8.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/nikola/nikola-8.3.0.ebuild b/www-apps/nikola/nikola-8.3.0.ebuild index 8357708e593d..bb3b1df0f61e 100644 --- a/www-apps/nikola/nikola-8.3.0.ebuild +++ b/www-apps/nikola/nikola-8.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11} ) +PYTHON_COMPAT=( python3_{9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 optfeature pypi |