diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2021-05-10 23:12:04 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-14 11:21:10 +0000 |
commit | 8e3e85f4a503a1f108f15039a447111b7dde092d (patch) | |
tree | 720991513d1736e807f5628bf8ee4052c9573687 /dev-python/munkres | |
parent | dev-python/pyacoustid: enable Python3.9 (diff) | |
download | gentoo-8e3e85f4a503a1f108f15039a447111b7dde092d.tar.gz gentoo-8e3e85f4a503a1f108f15039a447111b7dde092d.tar.bz2 gentoo-8e3e85f4a503a1f108f15039a447111b7dde092d.zip |
dev-python/munkres: enable Python3.9
Closes: https://bugs.gentoo.org/789141
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/munkres')
-rw-r--r-- | dev-python/munkres/munkres-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/munkres/munkres-1.1.2.ebuild b/dev-python/munkres/munkres-1.1.2.ebuild index 1b19ee636c63..f243268ad495 100644 --- a/dev-python/munkres/munkres-1.1.2.ebuild +++ b/dev-python/munkres/munkres-1.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |