commit: 45c1eff2fe1f2de171c83ccf444a6d0b8877d112
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 13 17:54:53 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 13 17:54:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c1eff2
dev-python/zope-interface: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 a12b4f1a7589..d660fe13a60c 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