commit: 35fda06f8405c92846720532b75c5e1f5caea63a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 24 03:16:31 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=35fda06f
dev-python/entrypoint2: enable py3.14
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/entrypoint2/entrypoint2-1.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/entrypoint2/entrypoint2-1.1.ebuild
b/dev-python/entrypoint2/entrypoint2-1.1.ebuild
index 5b4475a8bea4..a5da4676c728 100644
--- a/dev-python/entrypoint2/entrypoint2-1.1.ebuild
+++ b/dev-python/entrypoint2/entrypoint2-1.1.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=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@@ -29,4 +29,5 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest