From be7fb8a699a4ca462cbc821a9936c712e689ed4a Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 19 May 2022 18:08:46 +0000 Subject: [PATCH] dev-python/nose_fixes: enable py3.10 and disable py3.7 Signed-off-by: Sam James --- dev-python/nose_fixes/nose_fixes-1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild b/dev-python/nose_fixes/nose_fixes-1.3.ebuild index 599a6bd318a37..1a8031fbcad65 100644 --- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild +++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild @@ -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