summaryrefslogtreecommitdiff
path: root/dev-python/babelfish
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-13 06:59:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-13 06:59:33 +0000
commite168d8780d0664a5eed9c2598df993b414637904 (patch)
tree84361a8b17fd43d57df0dba8d0dfa68449732031 /dev-python/babelfish
parentc75ce2373d06216905c17468a3241ce4968a7266 (diff)
downloadbaldeagleos-repo-e168d8780d0664a5eed9c2598df993b414637904.tar.gz
baldeagleos-repo-e168d8780d0664a5eed9c2598df993b414637904.tar.xz
baldeagleos-repo-e168d8780d0664a5eed9c2598df993b414637904.zip
Adding metadata
Diffstat (limited to 'dev-python/babelfish')
-rw-r--r--dev-python/babelfish/babelfish-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/babelfish/babelfish-0.6.1.ebuild b/dev-python/babelfish/babelfish-0.6.1.ebuild
index 73aac78a201d..ab2f3fdbda1d 100644
--- a/dev-python/babelfish/babelfish-0.6.1.ebuild
+++ b/dev-python/babelfish/babelfish-0.6.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1