diff options
Diffstat (limited to 'dev-python/patatt')
-rw-r--r-- | dev-python/patatt/patatt-0.4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/patatt/patatt-0.4.9.ebuild b/dev-python/patatt/patatt-0.4.9.ebuild index daae688c710b..13bc17c3a9b9 100644 --- a/dev-python/patatt/patatt-0.4.9.ebuild +++ b/dev-python/patatt/patatt-0.4.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit distutils-r1 |