diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:32:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:34:59 +0200 |
commit | 4b6a02b8e820f281966552896ba890972c350422 (patch) | |
tree | c107e783a9e0e6fc50cdfb52862295298d4c6e09 /dev-python/case | |
parent | dev-python/wurlitzer: Enable python3.10 (diff) | |
download | gentoo-4b6a02b8e820f281966552896ba890972c350422.tar.gz gentoo-4b6a02b8e820f281966552896ba890972c350422.tar.bz2 gentoo-4b6a02b8e820f281966552896ba890972c350422.zip |
dev-python/case: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/case')
-rw-r--r-- | dev-python/case/case-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/case/case-1.5.3.ebuild b/dev-python/case/case-1.5.3.ebuild index c3e494f9c5d9..31dff0861876 100644 --- a/dev-python/case/case-1.5.3.ebuild +++ b/dev-python/case/case-1.5.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |