diff options
| author | Michał Górny <mgorny@gentoo.org> | 2026-02-03 08:32:09 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2026-02-03 08:32:09 +0100 |
| commit | 91e402b770a4fb56b88dcc93bb8dbd9f3f7efd7d (patch) | |
| tree | 37e11c09b02dd3fd9a3a77f0ddf13cc572ce1738 /dev-python | |
| parent | 20307a08898329640aba9bb8154781604d88e1a9 (diff) | |
| download | gentoo-91e402b770a4fb56b88dcc93bb8dbd9f3f7efd7d.tar.gz gentoo-91e402b770a4fb56b88dcc93bb8dbd9f3f7efd7d.tar.bz2 gentoo-91e402b770a4fb56b88dcc93bb8dbd9f3f7efd7d.zip | |
dev-python/requests-cache: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/requests-cache/requests-cache-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
