From 7211405a031fa8f33a8c2cff962f85fd4f4c5ed6 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 23 Nov 2025 22:18:13 -0500 Subject: [PATCH] dev-python/pyscreenshot: enable py3.14 Signed-off-by: Ionen Wolkens --- dev-python/pyscreenshot/pyscreenshot-3.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild index 62d62de0e488b..742e8ba504836 100644 --- a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild +++ b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 virtualx @@ -42,6 +42,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_test() {