summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-08-17 21:22:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-08-17 21:22:59 +0300
commit38c6fe16e5a1d25fc7330d178a346ad584119ccc (patch)
tree875f1592449a8f576d2271eac0669432274447d9
parentdev-python/hcloud-python: add 1.18.0 (diff)
downloadgentoo-38c6fe16.tar.gz
gentoo-38c6fe16.tar.bz2
gentoo-38c6fe16.zip
dev-python/matplotlib-inline: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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