summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-10 18:53:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-10 19:01:07 +0200
commit6b75b54a2be9bec3b0b1a543a38449d6f8fcd5f9 (patch)
treef1e9978cfba282ee5390adac3ebf6e8ba238fce3 /app-misc/khal
parentdev-python/icalendar: Enable py3.13 (diff)
downloadgentoo-6b75b54a2be9bec3b0b1a543a38449d6f8fcd5f9.tar.gz
gentoo-6b75b54a2be9bec3b0b1a543a38449d6f8fcd5f9.tar.bz2
gentoo-6b75b54a2be9bec3b0b1a543a38449d6f8fcd5f9.zip
app-misc/khal: Enable py3.13
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.ebuild4
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 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