From 8e3e85f4a503a1f108f15039a447111b7dde092d Mon Sep 17 00:00:00 2001 From: Guillaume Seren Date: Mon, 10 May 2021 23:12:04 +0200 Subject: [PATCH] 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 Signed-off-by: Sam James --- dev-python/munkres/munkres-1.1.2.ebuild | 4 ++-- 1 file 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 1b19ee636c63b..f243268ad4957 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