commit: 313b4ef11380d3743ce30fb3dee3ec262d50ef7e Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 11:20:16 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 11:21:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313b4ef1
sci-calculators/units: enable py3.13 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> 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 182f80f63d90..e70c55546e81 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"