summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-25 08:19:26 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-25 09:15:32 +0100
commit0284bf6be205aa2fe09dbf56207c3114ab3caceb (patch)
tree252485b5ef29ef1855177cdde79155ea430f9e2d /dev-python
parentf99a1c55467dd0eb42265ce1f9674be20066f327 (diff)
downloadgentoo-0284bf6be205aa2fe09dbf56207c3114ab3caceb.tar.gz
gentoo-0284bf6be205aa2fe09dbf56207c3114ab3caceb.tar.bz2
gentoo-0284bf6be205aa2fe09dbf56207c3114ab3caceb.zip
dev-python/pytest-env: Enable pypy3* targets
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-env/pytest-env-1.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-env/pytest-env-1.1.5.ebuild b/dev-python/pytest-env/pytest-env-1.1.5.ebuild
index fa54db79d65b9..21fa20bcfeade 100644
--- a/dev-python/pytest-env/pytest-env-1.1.5.ebuild
+++ b/dev-python/pytest-env/pytest-env-1.1.5.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=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi