diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 10:36:51 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-31 11:23:08 +0200 |
commit | 3eaa45a539d2938ef1f795636b1ba462d8433a72 (patch) | |
tree | 73aaa2a5cc4c353bf81dc2b29c72970fda159791 /sci-misc | |
parent | sci-mathematics/pspp: enable py3.12 (diff) | |
download | gentoo-3eaa45a539d2938ef1f795636b1ba462d8433a72.tar.gz gentoo-3eaa45a539d2938ef1f795636b1ba462d8433a72.tar.bz2 gentoo-3eaa45a539d2938ef1f795636b1ba462d8433a72.zip |
sci-misc/apertium: enable py3.12
Closes: https://bugs.gentoo.org/929799
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/apertium/apertium-3.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild index 4ae4fbb9009e..32a638707374 100644 --- a/sci-misc/apertium/apertium-3.8.3.ebuild +++ b/sci-misc/apertium/apertium-3.8.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-any-r1 DESCRIPTION="Shallow-transfer machine Translation engine and toolbox" |