commit: 6f43a3a93e6fdd7f75a8ec855bf36a740ffe3365
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 09:26:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 09:35:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f43a3a9
dev-python/matplotlib-inline: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/matplotlib-inline/matplotlib-inline-0.1.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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