commit: 7211405a031fa8f33a8c2cff962f85fd4f4c5ed6
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 03:18:13 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 03:45:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7211405a
dev-python/pyscreenshot: enable py3.14
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
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 62d62de0e488..742e8ba50483 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() {