commit: 48088b09da7d336ce016cf4a821ea4e5b68e19a6 Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Sun Jun 8 07:14:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 8 12:12:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48088b09
app-admin/ansible-core: 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> app-admin/ansible-core/ansible-core-2.18.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ansible-core/ansible-core-2.18.6.ebuild b/app-admin/ansible-core/ansible-core-2.18.6.ebuild index 4e20d891adf3..fc4ac3fc4a67 100644 --- a/app-admin/ansible-core/ansible-core-2.18.6.ebuild +++ b/app-admin/ansible-core/ansible-core-2.18.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 @@ -29,7 +29,7 @@ SLOT="0" RESTRICT="test" RDEPEND=" - dev-python/paramiko[${PYTHON_USEDEP}] + >=dev-python/paramiko-3.5.1[${PYTHON_USEDEP}] dev-python/jinja2[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]
