From 3e7a24bd39718acc2e8463fc188c1f91b94ad7fc Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 11 May 2025 20:22:24 +0100 Subject: [PATCH] dev-python/pytest-xprocess: enable py3.14 Signed-off-by: Sam James --- dev-python/pytest-xprocess/pytest-xprocess-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-xprocess/pytest-xprocess-1.0.2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-1.0.2.ebuild index f5ce78b2ebce3..1ef6d69aebabe 100644 --- a/dev-python/pytest-xprocess/pytest-xprocess-1.0.2.ebuild +++ b/dev-python/pytest-xprocess/pytest-xprocess-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi