summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-19 18:08:46 +0000
committerSam James <sam@gentoo.org>2022-05-19 18:08:46 +0000
commitbe7fb8a699a4ca462cbc821a9936c712e689ed4a (patch)
tree5368e6965ce6b20ce49cb185708a5a8b0158898f
parentdev-python/pychroot: add Python 3.10 (diff)
downloadgentoo-be7fb8a6.tar.gz
gentoo-be7fb8a6.tar.bz2
gentoo-be7fb8a6.zip
dev-python/nose_fixes: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/nose_fixes/nose_fixes-1.3.ebuild4
1 files 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