commit: 5d8287033bc1713179c0d396e625516657128972
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 4 15:17:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 4 15:34:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d828703
dev-python/python-stdnum: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-stdnum/python-stdnum-2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-stdnum/python-stdnum-2.1.ebuild
b/dev-python/python-stdnum/python-stdnum-2.1.ebuild
index 42eae3141f52..3411ee22bdf8 100644
--- a/dev-python/python-stdnum/python-stdnum-2.1.ebuild
+++ b/dev-python/python-stdnum/python-stdnum-2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -26,6 +26,7 @@ RDEPEND="
)
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_prepare() {