commit: ace05ab73c6225ad05b3aa4fe2182b52f991d72f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 10:21:39 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 10:24:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace05ab7
dev-python/matplotlib: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/matplotlib/matplotlib-3.10.7.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-python/matplotlib/matplotlib-3.10.7.ebuild
b/dev-python/matplotlib/matplotlib-3.10.7.ebuild
index 04e7e5e96a6a..d7962ecfcb62 100644
--- a/dev-python/matplotlib/matplotlib-3.10.7.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.10.7.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=meson-python
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_REQ_USE='tk?,threads(+)'
inherit distutils-r1 pypi virtualx
@@ -223,6 +223,12 @@ python_test() {
tests/test_constrainedlayout.py::test_compressed1
)
;;
+ python3.14)
+ EPYTEST_DESELECT+=(
+ # some minor asyncio trouble
+ tests/test_backends_interactive.py::test_webagg
+ )
+ ;;
esac
case ${ABI} in