commit: b05cacc270c4bd79be9d086898c023fd7d341c6b
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 05:50:06 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 22 07:55:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05cacc2
sci-calculators/units: enable py3.14
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sci-calculators/units/units-2.24.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-calculators/units/units-2.24.ebuild
b/sci-calculators/units/units-2.24.ebuild
index 95a3cf1cd91d..02f2ed25b350 100644
--- a/sci-calculators/units/units-2.24.ebuild
+++ b/sci-calculators/units/units-2.24.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit flag-o-matic python-r1
DESCRIPTION="Unit conversion program"