From c7dc7a4569e630d27735cc4a583110fec45b27fc Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 16 Jun 2023 11:27:03 -0400 Subject: 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 --- x11-terms/kitty/kitty-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-terms/kitty/kitty-9999.ebuild') 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 -- cgit v1.2.3-65-gdbad