diff options
author | Sam James <sam@gentoo.org> | 2022-05-19 18:08:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 18:08:46 +0000 |
commit | be7fb8a699a4ca462cbc821a9936c712e689ed4a (patch) | |
tree | 5368e6965ce6b20ce49cb185708a5a8b0158898f /dev-python | |
parent | dev-python/pychroot: add Python 3.10 (diff) | |
download | gentoo-be7fb8a699a4ca462cbc821a9936c712e689ed4a.tar.gz gentoo-be7fb8a699a4ca462cbc821a9936c712e689ed4a.tar.bz2 gentoo-be7fb8a699a4ca462cbc821a9936c712e689ed4a.zip |
dev-python/nose_fixes: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose_fixes/nose_fixes-1.3.ebuild | 4 |
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 |