commit: 38c6fe16e5a1d25fc7330d178a346ad584119ccc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 18:22:59 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 18:22:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c6fe16
dev-python/matplotlib-inline: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
index ddc247e6a9b8..90cd627e843a 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1