commit: 800080e55d242210cf5f6858447ca7845c5d4308
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 05:56:58 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 07:02:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800080e5
dev-python/matplotlib: disable py3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/matplotlib/matplotlib-3.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matplotlib/matplotlib-3.7.1.ebuild
b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
index 1b925186597a..05c4db3ee7b0 100644
--- a/dev-python/matplotlib/matplotlib-3.7.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.7.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE='tk?,threads(+)'
inherit distutils-r1 flag-o-matic multiprocessing prefix pypi