diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-18 12:21:39 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-18 12:24:33 +0200 |
| commit | ace05ab73c6225ad05b3aa4fe2182b52f991d72f (patch) | |
| tree | 2766b3b9606c41a5ba7d8d81ca4a8d44eaa84e83 /dev-python/matplotlib/matplotlib-3.10.7.ebuild | |
| parent | 295a417ca28c2f7075d220bd0e42063c982e4b33 (diff) | |
| download | gentoo-ace05ab73c6225ad05b3aa4fe2182b52f991d72f.tar.gz gentoo-ace05ab73c6225ad05b3aa4fe2182b52f991d72f.tar.bz2 gentoo-ace05ab73c6225ad05b3aa4fe2182b52f991d72f.zip | |
dev-python/matplotlib: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-3.10.7.ebuild')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.10.7.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
