commit: 91e402b770a4fb56b88dcc93bb8dbd9f3f7efd7d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 07:32:09 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 07:32:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e402b7
dev-python/requests-cache: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/requests-cache/requests-cache-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/requests-cache/requests-cache-1.3.0.ebuild
b/dev-python/requests-cache/requests-cache-1.3.0.ebuild
index d64d569b292a..979e71d0f412 100644
--- a/dev-python/requests-cache/requests-cache-1.3.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-1.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
# TODO: see if we can remove pypy3.11, because of the segfaults
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 optfeature