commit: fca7aa235337831c254655d8361626d73203af65 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Sun Jun 8 07:32:52 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 12:12:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca7aa23
dev-python/subprocess-tee: enable py3.14 Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42347 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/subprocess-tee/subprocess-tee-0.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/subprocess-tee/subprocess-tee-0.4.2.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.4.2.ebuild index 7abc5cf978c2..7894ea5c858a 100644 --- a/dev-python/subprocess-tee/subprocess-tee-0.4.2.ebuild +++ b/dev-python/subprocess-tee/subprocess-tee-0.4.2.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=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi
