summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:08:08 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:31:07 +0100
commit1dfe61cb8b072ec0d51e3fd12bad341b888fa54b (patch)
tree5eeb92225456a998fdfd07240bf4be4196972eba /dev-python
parent865a660b8d05e7ef91895ea98e4903e4d1cff2ef (diff)
downloadgentoo-1dfe61cb8b072ec0d51e3fd12bad341b888fa54b.tar.gz
gentoo-1dfe61cb8b072ec0d51e3fd12bad341b888fa54b.tar.bz2
gentoo-1dfe61cb8b072ec0d51e3fd12bad341b888fa54b.zip
dev-python/pooch: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pooch/pooch-1.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pooch/pooch-1.8.2.ebuild b/dev-python/pooch/pooch-1.8.2.ebuild
index f1cf7ef9ddef..776199d6bfb9 100644
--- a/dev-python/pooch/pooch-1.8.2.ebuild
+++ b/dev-python/pooch/pooch-1.8.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi