From 45c1eff2fe1f2de171c83ccf444a6d0b8877d112 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 13 May 2025 20:54:53 +0300 Subject: [PATCH] dev-python/zope-interface: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/zope-interface/zope-interface-7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/zope-interface/zope-interface-7.2.ebuild b/dev-python/zope-interface/zope-interface-7.2.ebuild index a12b4f1a7589d..d660fe13a60c5 100644 --- a/dev-python/zope-interface/zope-interface-7.2.ebuild +++ b/dev-python/zope-interface/zope-interface-7.2.ebuild @@ -7,7 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYPI_PN=${PN/-/.} PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi