From 6f7a4794c7a9c1ddb415b1456164aae0525aa78c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 1 Jul 2024 11:22:16 +0300 Subject: [PATCH] sys-boot/rpi-imager: enable py3.13 Signed-off-by: Alfred Wingate --- sys-boot/rpi-imager/rpi-imager-1.8.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/rpi-imager/rpi-imager-1.8.5-r1.ebuild b/sys-boot/rpi-imager/rpi-imager-1.8.5-r1.ebuild index 0c208d5..86c25ee 100644 --- a/sys-boot/rpi-imager/rpi-imager-1.8.5-r1.ebuild +++ b/sys-boot/rpi-imager/rpi-imager-1.8.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake optfeature python-any-r1 xdg