diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-06-16 11:27:03 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-06-16 11:34:41 -0400 |
commit | c7dc7a4569e630d27735cc4a583110fec45b27fc (patch) | |
tree | ad27f0b1e747ec671718dfc4d8fd48462788501f /x11-terms/kitty | |
parent | x11-base/xorg-proto: Version bump to 2023.2 (diff) | |
download | gentoo-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')
-rw-r--r-- | x11-terms/kitty/kitty-9999.ebuild | 2 |
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 |