commit:     fd797b3cab3759df30e9f23a68eedc5bbc7975df
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 09:39:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  6 09:40:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd797b3c

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 <AT> gentoo.org>

 app-misc/khal/khal-0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to