diff options
author | 2024-07-08 10:26:47 +0100 | |
---|---|---|
committer | 2024-07-08 10:35:08 +0100 | |
commit | 6f43a3a93e6fdd7f75a8ec855bf36a740ffe3365 (patch) | |
tree | 861b2685d9a089a6c5812f880797b7ceae137db8 /dev-python/matplotlib-inline | |
parent | dev-python/jedi: add 0.19.1_p20240706 snapshot (diff) | |
download | gentoo-6f43a3a93e6fdd7f75a8ec855bf36a740ffe3365.tar.gz gentoo-6f43a3a93e6fdd7f75a8ec855bf36a740ffe3365.tar.bz2 gentoo-6f43a3a93e6fdd7f75a8ec855bf36a740ffe3365.zip |
dev-python/matplotlib-inline: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib-inline')
-rw-r--r-- | dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild index 8f1788e982c8..8185c47b80cc 100644 --- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild +++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 |