commit: 30823fa9d9f707d3d55b55c58a096792c9f3d3f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 19:15:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 19:30:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30823fa9
dev-python/griddataformats: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/griddataformats/griddataformats-1.0.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/griddataformats/griddataformats-1.0.2.ebuild
b/dev-python/griddataformats/griddataformats-1.0.2.ebuild
index 7d0a1dcfba9e..ff6b08b7c654 100644
--- a/dev-python/griddataformats/griddataformats-1.0.2.ebuild
+++ b/dev-python/griddataformats/griddataformats-1.0.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=GridDataFormats
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -27,4 +27,5 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest