summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-02 20:08:07 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-02 20:31:06 +0100
commit865a660b8d05e7ef91895ea98e4903e4d1cff2ef (patch)
tree37f8f8fae290de8fd0b676dc2fd8dcabc528aa2a /dev-python
parent6b21a00a8f59fcb75bbd3627c86426eb14e65ced (diff)
downloadgentoo-865a660b8d05e7ef91895ea98e4903e4d1cff2ef.tar.gz
gentoo-865a660b8d05e7ef91895ea98e4903e4d1cff2ef.tar.bz2
gentoo-865a660b8d05e7ef91895ea98e4903e4d1cff2ef.zip
dev-python/pkginfo: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pkginfo/pkginfo-1.12.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
index 395339c5b3d8..86600d6c8a7a 100644
--- a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
+++ b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi