diff options
author | Sam James <sam@gentoo.org> | 2023-08-16 06:56:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-16 08:02:54 +0100 |
commit | 800080e55d242210cf5f6858447ca7845c5d4308 (patch) | |
tree | 717cf4fd5aa6d041fc5383bed42b48322000adb6 /dev-python | |
parent | app-crypt/rhash: Apply upstream patch to fix prefix re libintl (diff) | |
download | gentoo-800080e55d242210cf5f6858447ca7845c5d4308.tar.gz gentoo-800080e55d242210cf5f6858447ca7845c5d4308.tar.bz2 gentoo-800080e55d242210cf5f6858447ca7845c5d4308.zip |
dev-python/matplotlib: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |