summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-06 10:39:45 +0100
committerSam James <sam@gentoo.org>2023-05-06 10:40:10 +0100
commitfd797b3cab3759df30e9f23a68eedc5bbc7975df (patch)
tree0719a41d51eb9433b083558ddef04a9da2f1c84f /app-misc/khal
parentsys-apps/xdg-desktop-portal: add github upstream metadata (diff)
downloadgentoo-fd797b3cab3759df30e9f23a68eedc5bbc7975df.tar.gz
gentoo-fd797b3cab3759df30e9f23a68eedc5bbc7975df.tar.bz2
gentoo-fd797b3cab3759df30e9f23a68eedc5bbc7975df.zip
app-misc/khal: enable py3.11
I thought I'd done this in the bump, but I hadn't! Bug: https://bugs.gentoo.org/896582 Fixes: 55b81a908d6e069ec4a0792e84ff37dc0099a972 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/khal')
-rw-r--r--app-misc/khal/khal-0.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/khal/khal-0.11.1.ebuild b/app-misc/khal/khal-0.11.1.ebuild
index 49071ea28ff0..d7fb643f20fa 100644
--- a/app-misc/khal/khal-0.11.1.ebuild
+++ b/app-misc/khal/khal-0.11.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517=setuptools