summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-06-16 11:27:03 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-06-16 11:34:41 -0400
commitc7dc7a4569e630d27735cc4a583110fec45b27fc (patch)
treead27f0b1e747ec671718dfc4d8fd48462788501f /x11-terms/kitty/kitty-9999.ebuild
parentx11-base/xorg-proto: Version bump to 2023.2 (diff)
downloadgentoo-c7dc7a4569e630d27735cc4a583110fec45b27fc.tar.gz
gentoo-c7dc7a4569e630d27735cc4a583110fec45b27fc.tar.bz2
gentoo-c7dc7a4569e630d27735cc4a583110fec45b27fc.zip
x11-terms/kitty: enable py3.12 in live
Live has 3.12 fixes to let tests pass and it seems to work, albeit upstream does not really test 3.12 themselves yet. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
index e034994923d5..ca29cc5189de 100644
--- a/x11-terms/kitty/kitty-9999.ebuild
+++ b/x11-terms/kitty/kitty-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
if [[ ${PV} == 9999 ]]; then