From e71c0ed97f53025144729149ca29a014ec866125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 27 Oct 2025 05:43:37 +0100 Subject: [PATCH] dev-python/meshio: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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=(