diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-28 18:11:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-28 18:16:20 +0200 |
commit | 4177b1b15d1cdd67bc682bed9a7aeec439e7c048 (patch) | |
tree | ab97fea9067ac14e01eb69662acbded666c489ee /dev-python/matplotlib | |
parent | dev-python/contourpy: Enable py3.13 (diff) | |
download | gentoo-4177b1b15d1cdd67bc682bed9a7aeec439e7c048.tar.gz gentoo-4177b1b15d1cdd67bc682bed9a7aeec439e7c048.tar.bz2 gentoo-4177b1b15d1cdd67bc682bed9a7aeec439e7c048.zip |
dev-python/matplotlib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild index a233756bee04..a37a050e685b 100644 --- a/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.9.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=meson-python -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) PYTHON_REQ_USE='tk?,threads(+)' inherit distutils-r1 pypi virtualx @@ -85,7 +85,7 @@ RDEPEND=" wxwidgets? ( $(python_gen_cond_dep ' dev-python/wxpython:*[${PYTHON_USEDEP}] - ' python3_{10..11}) + ' python3_{10..12}) ) " |