diff options
author | Louis Sautier <sbraz@gentoo.org> | 2024-05-12 15:04:44 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2024-05-12 15:09:25 +0200 |
commit | 9427ac0457312f294e3d6daea71afe5359961e01 (patch) | |
tree | 8e860a32a1b449440d857d19e90c3d9173164bfd /www-apps | |
parent | dev-python/libcst: Fix remote-id (diff) | |
download | gentoo-9427ac0457312f294e3d6daea71afe5359961e01.tar.gz gentoo-9427ac0457312f294e3d6daea71afe5359961e01.tar.bz2 gentoo-9427ac0457312f294e3d6daea71afe5359961e01.zip |
www-apps/klaus: enable py3.12
Closes: https://bugs.gentoo.org/929872
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/klaus/klaus-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/klaus/klaus-2.0.3.ebuild b/www-apps/klaus/klaus-2.0.3.ebuild index af488c89f7ae..b70d6394dee2 100644 --- a/www-apps/klaus/klaus-2.0.3.ebuild +++ b/www-apps/klaus/klaus-2.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |