summaryrefslogtreecommitdiff
path: root/dev-python/pooch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-08 20:31:02 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-08 20:33:15 +0200
commit86734cbf0efeebbfbe6515322daf8f7d4a0b85e0 (patch)
tree9f72ab7e5ccaf4d8272c6ba95a95d77d754869fb /dev-python/pooch
parent86e58a171dff0b719a11767bbf89f10d50ce1332 (diff)
dev-python/pooch: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pooch')
-rw-r--r--dev-python/pooch/pooch-1.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pooch/pooch-1.9.0.ebuild b/dev-python/pooch/pooch-1.9.0.ebuild
index 2b127af91073..fa64187a0ce9 100644
--- a/dev-python/pooch/pooch-1.9.0.ebuild
+++ b/dev-python/pooch/pooch-1.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/fatiando/pooch
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi