From 313b4ef11380d3743ce30fb3dee3ec262d50ef7e Mon Sep 17 00:00:00 2001 From: Viorel Munteanu Date: Sun, 24 Nov 2024 13:20:16 +0200 Subject: [PATCH] sci-calculators/units: enable py3.13 Signed-off-by: Viorel Munteanu --- sci-calculators/units/units-2.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/units/units-2.23-r1.ebuild b/sci-calculators/units/units-2.23-r1.ebuild index 182f80f63d902..e70c55546e813 100644 --- a/sci-calculators/units/units-2.23-r1.ebuild +++ b/sci-calculators/units/units-2.23-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic python-r1 DESCRIPTION="Unit conversion program"