commit: be7fb8a699a4ca462cbc821a9936c712e689ed4a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 18:08:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 19 18:08:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7fb8a6
dev-python/nose_fixes: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 599a6bd318a3..1a8031fbcad6 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