diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:00:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:27:07 +0200 |
commit | 84d019191ae26dc72e893485f0143c655e58c5f0 (patch) | |
tree | d57cfff04e078140b0e9727a6076450bf3f12c4d /app-misc/khal | |
parent | games-fps/freedm-data: Enable py3.12 (diff) | |
download | gentoo-84d019191ae26dc72e893485f0143c655e58c5f0.tar.gz gentoo-84d019191ae26dc72e893485f0143c655e58c5f0.tar.bz2 gentoo-84d019191ae26dc72e893485f0143c655e58c5f0.zip |
app-misc/khal: Enable py3.12
Closes: https://bugs.gentoo.org/929334
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/khal')
-rw-r--r-- | app-misc/khal/khal-0.11.2.ebuild | 4 |
1 files 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 |