commit: 587ff1a9dc893dda946fb8931cc0995b97bef3af
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 23:02:32 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 24 11:15:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ff1a9
dev-python/nose-random: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
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 6df8bb831e4..e2be18fa473 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