commit: 844c74eb540a69160cab09da546418afb94d5efd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 18:06:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 18:35:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844c74eb
app-misc/khal: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/khal/khal-0.11.2.ebuild | 4 ++--
app-misc/khal/khal-0.13.0.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-misc/khal/khal-0.11.2.ebuild b/app-misc/khal/khal-0.11.2.ebuild
index 722a94f133c8..70129aee5568 100644
--- a/app-misc/khal/khal-0.11.2.ebuild
+++ b/app-misc/khal/khal-0.11.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi
diff --git a/app-misc/khal/khal-0.13.0.ebuild b/app-misc/khal/khal-0.13.0.ebuild
index cea06010b2c1..64e3a595b567 100644
--- a/app-misc/khal/khal-0.13.0.ebuild
+++ b/app-misc/khal/khal-0.13.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi