gui-apps/waypipe: enable py3.13

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-12-13 10:14:20 +00:00
parent 266ed1aea1
commit 3bb3c7bb82

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit meson python-any-r1
DESCRIPTION="Transparent network proxy for Wayland compositors"