commit: cd1b8684373cc56a24b3fea139097f28f8d70082
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 15:14:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:02:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1b8684
dev-python/pytest-datadir: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-datadir/pytest-datadir-1.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-datadir/pytest-datadir-1.6.1.ebuild
b/dev-python/pytest-datadir/pytest-datadir-1.6.1.ebuild
index 8a0740888bc2..dea0268f37b1 100644
--- a/dev-python/pytest-datadir/pytest-datadir-1.6.1.ebuild
+++ b/dev-python/pytest-datadir/pytest-datadir-1.6.1.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