diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-06-07 19:32:05 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-06-07 19:35:10 +0200 |
| commit | b697e59406e21ec591818affc40b36d073d55341 (patch) | |
| tree | 413a5d34d3842aecc3ba797e64b21e6ab16ddc4d /dev-python/matplotlib | |
| parent | 374f756965a2c5e912acf7baea310516b2c2143c (diff) | |
| download | gentoo-b697e59406e21ec591818affc40b36d073d55341.tar.gz gentoo-b697e59406e21ec591818affc40b36d073d55341.tar.bz2 gentoo-b697e59406e21ec591818affc40b36d073d55341.zip | |
dev-python/matplotlib: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
| -rw-r--r-- | dev-python/matplotlib/matplotlib-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 4f734e5cc240..6a67b5ed31d2 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) PYTHON_REQ_USE='tk?,threads(+)' DISTUTILS_USE_SETUPTOOLS=bdepend |
