commit: 553f4720ede759eeff409c36048014d893568247
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 08:34:23 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 14 11:59:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553f4720
dev-python/httpx: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx/httpx-0.28.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpx/httpx-0.28.1-r1.ebuild
b/dev-python/httpx/httpx-0.28.1-r1.ebuild
index 8828af26f6d0..3bb08e94a12a 100644
--- a/dev-python/httpx/httpx-0.28.1-r1.ebuild
+++ b/dev-python/httpx/httpx-0.28.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 optfeature