dev-python/nose_fixes: enable py3.10 and disable py3.7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-19 18:08:46 +00:00
parent a72c55bf07
commit be7fb8a699

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1