commit: e71c0ed97f53025144729149ca29a014ec866125
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 04:43:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 04:43:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71c0ed9
dev-python/meshio: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/meshio/meshio-5.3.5-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/meshio/meshio-5.3.5-r1.ebuild
b/dev-python/meshio/meshio-5.3.5-r1.ebuild
index 5a1ea9faf150..f53bcc7aaea2 100644
--- a/dev-python/meshio/meshio-5.3.5-r1.ebuild
+++ b/dev-python/meshio/meshio-5.3.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -29,6 +29,7 @@ BDEPEND="
test? ( dev-python/h5py[${PYTHON_USEDEP}] )
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
PATCHES=(