diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 18:20:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:50:48 +0200 |
commit | 73f04ce7b24959690ff4fd331f2c9d6ed56e0c8a (patch) | |
tree | bfdf86d744d9a908edddd5531fc27d64a5a94ff0 /dev-python/matplotlib-inline | |
parent | dev-python/jupyter-core: Enable py3.12 (diff) | |
download | gentoo-73f04ce7b24959690ff4fd331f2c9d6ed56e0c8a.tar.gz gentoo-73f04ce7b24959690ff4fd331f2c9d6ed56e0c8a.tar.bz2 gentoo-73f04ce7b24959690ff4fd331f2c9d6ed56e0c8a.zip |
dev-python/matplotlib-inline: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib-inline')
-rw-r--r-- | dev-python/matplotlib-inline/matplotlib-inline-0.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.6.ebuild b/dev-python/matplotlib-inline/matplotlib-inline-0.1.6.ebuild index 8f5fe6dcea76..dd7ba2befbae 100644 --- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.6.ebuild +++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |