commit: 84d019191ae26dc72e893485f0143c655e58c5f0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 15:00:22 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 15:27:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d01919
app-misc/khal: Enable py3.12 Closes: https://bugs.gentoo.org/929334 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-misc/khal/khal-0.11.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/khal/khal-0.11.2.ebuild b/app-misc/khal/khal-0.11.2.ebuild index d7fb643f20fa..b68436be803f 100644 --- a/app-misc/khal/khal-0.11.2.ebuild +++ b/app-misc/khal/khal-0.11.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" DISTUTILS_USE_PEP517=setuptools
