commit: 9073cdf509b06515b6199b720dc5a618875d032b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 02:42:48 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 7 02:42:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9073cdf5
dev-python/hishel: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hishel/hishel-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hishel/hishel-0.1.3.ebuild
b/dev-python/hishel/hishel-0.1.3.ebuild
index e69724c37939..206db395058b 100644
--- a/dev-python/hishel/hishel-0.1.3.ebuild
+++ b/dev-python/hishel/hishel-0.1.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1