commit: 3b0c12bd15a1e88035d91ad4d5f08b5a49da4c58
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 08:33:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 14 11:59:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0c12bd
dev-python/annotated-types: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/annotated-types/annotated-types-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/annotated-types/annotated-types-0.7.0.ebuild
b/dev-python/annotated-types/annotated-types-0.7.0.ebuild
index 81415385c3df..45e6c6d811cd 100644
--- a/dev-python/annotated-types/annotated-types-0.7.0.ebuild
+++ b/dev-python/annotated-types/annotated-types-0.7.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi