mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/matplotlib: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user