diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-24 13:20:16 +0200 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-11-24 13:21:17 +0200 |
commit | 313b4ef11380d3743ce30fb3dee3ec262d50ef7e (patch) | |
tree | cbd79c8844f6565aac81ab3858a0f37a403ce090 /sci-calculators | |
parent | media-libs/netpbm: fix building with gcc-15 (diff) | |
download | gentoo-313b4ef11380d3743ce30fb3dee3ec262d50ef7e.tar.gz gentoo-313b4ef11380d3743ce30fb3dee3ec262d50ef7e.tar.bz2 gentoo-313b4ef11380d3743ce30fb3dee3ec262d50ef7e.zip |
sci-calculators/units: enable py3.13
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/units/units-2.23-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |