summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-27 21:29:09 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-27 22:09:00 +0100
commit586ed2e75ea833a72bc38d91bb55d219c8a85a35 (patch)
tree32cca3d6e7072a8d48f0272ba23a6d2aa1f0dae6 /dev-python/pytest-datafiles
parentdev-python/pytest-custom-exit-code: Enable pypy3.11 (diff)
downloadgentoo-586ed2e75ea833a72bc38d91bb55d219c8a85a35.tar.gz
gentoo-586ed2e75ea833a72bc38d91bb55d219c8a85a35.tar.bz2
gentoo-586ed2e75ea833a72bc38d91bb55d219c8a85a35.zip
dev-python/pytest-datafiles: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-datafiles')
-rw-r--r--dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild b/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild
index 1a3c593de3cf..ea8f47fb03b4 100644
--- a/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild
+++ b/dev-python/pytest-datafiles/pytest-datafiles-3.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-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