diff options
author | Sam James <sam@gentoo.org> | 2023-05-06 10:39:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-06 10:40:10 +0100 |
commit | fd797b3cab3759df30e9f23a68eedc5bbc7975df (patch) | |
tree | 0719a41d51eb9433b083558ddef04a9da2f1c84f /app-misc/khal | |
parent | sys-apps/xdg-desktop-portal: add github upstream metadata (diff) | |
download | gentoo-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.ebuild | 2 |
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 |