diff options
Diffstat (limited to 'dev-util/diff-cover/diff-cover-5.0.1.ebuild')
-rw-r--r-- | dev-util/diff-cover/diff-cover-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/diff-cover/diff-cover-5.0.1.ebuild b/dev-util/diff-cover/diff-cover-5.0.1.ebuild index 592ad691dfb0..4f6eb94f5393 100644 --- a/dev-util/diff-cover/diff-cover-5.0.1.ebuild +++ b/dev-util/diff-cover/diff-cover-5.0.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_9 ) DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 |