commit: 6b75b54a2be9bec3b0b1a543a38449d6f8fcd5f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 16:53:46 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 17:01:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b75b54a
app-misc/khal: Enable py3.13
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 b68436be803f..722a94f133c8 100644
--- a/app-misc/khal/khal-0.11.2.ebuild
+++ b/app-misc/khal/khal-0.11.2.ebuild
@@ -3,9 +3,9 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi