commit: 179da40a251df26f9dd4386da112cc22ab1f2c7f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 06:21:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 06:34:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179da40a
dev-python/typeguard: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/typeguard/typeguard-4.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/typeguard/typeguard-4.4.3.ebuild
b/dev-python/typeguard/typeguard-4.4.3.ebuild
index fab2195debef..9e0b0c6bf516 100644
--- a/dev-python/typeguard/typeguard-4.4.3.ebuild
+++ b/dev-python/typeguard/typeguard-4.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi