From 587ff1a9dc893dda946fb8931cc0995b97bef3af Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 24 Aug 2021 01:02:32 +0200 Subject: [PATCH] dev-python/nose-random: enable py3.10 and disable py3.7 Signed-off-by: Louis Sautier --- dev-python/nose-random/nose-random-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild index 6df8bb831e474..e2be18fa47351 100644 --- a/dev-python/nose-random/nose-random-1.0.0.ebuild +++ b/dev-python/nose-random/nose-random-1.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1