dev-util/dbus-test-runner: enable py3.13

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-10-07 18:35:07 +01:00
parent 3936ba83a3
commit 2ba105b560

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1
DESCRIPTION="Run executables under a new DBus session for testing"