From 7a5671f4f36fb3ec2c53540d89bfab07026aaa88 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 16 May 2025 20:59:52 +0300 Subject: [PATCH] dev-python/krb5: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/krb5/krb5-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/krb5/krb5-0.7.1.ebuild b/dev-python/krb5/krb5-0.7.1.ebuild index fe096734ace39..f577f36b014ea 100644 --- a/dev-python/krb5/krb5-0.7.1.ebuild +++ b/dev-python/krb5/krb5-0.7.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi