diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-29 22:12:21 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-29 22:15:52 +0300 |
commit | 2ee6f1db7c1d446409f425535d36c27a07642a4e (patch) | |
tree | 503d30d6386ff65b9d651ba394c93d82642c5f94 /dev-python/munkres | |
parent | dev-python/multipledispatch: Use PEP517 (diff) | |
download | gentoo-2ee6f1db7c1d446409f425535d36c27a07642a4e.tar.gz gentoo-2ee6f1db7c1d446409f425535d36c27a07642a4e.tar.bz2 gentoo-2ee6f1db7c1d446409f425535d36c27a07642a4e.zip |
dev-python/munkres: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/munkres')
-rw-r--r-- | dev-python/munkres/munkres-1.1.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/munkres/munkres-1.1.4-r1.ebuild b/dev-python/munkres/munkres-1.1.4-r1.ebuild index 32e4aee4b45c..4cbfcc3928c6 100644 --- a/dev-python/munkres/munkres-1.1.4-r1.ebuild +++ b/dev-python/munkres/munkres-1.1.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Module implementing munkres algorithm for the Assignment Problem" |