From 462dde0756d2367aefd1df151e4bf98eb1132c47 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 21 Oct 2025 22:29:17 +0300 Subject: [PATCH] dev-python/keystoneauth1: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild index 6784628019d6f..48e59a26ece3e 100644 --- a/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild +++ b/dev-python/keystoneauth1/keystoneauth1-5.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pbr -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi