diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:45:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:49:34 +0100 |
commit | ba97d9b3391fc3766e5ff149b6e31c075c56df08 (patch) | |
tree | bc5d723e3e6e1a835f847a83b63a1ec87f29d65d /dev-python/ansible-compat | |
parent | app-admin/ansible-lint: Remove Python < 3.10 (diff) | |
download | gentoo-ba97d9b3391fc3766e5ff149b6e31c075c56df08.tar.gz gentoo-ba97d9b3391fc3766e5ff149b6e31c075c56df08.tar.bz2 gentoo-ba97d9b3391fc3766e5ff149b6e31c075c56df08.zip |
dev-python/ansible-compat: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ansible-compat')
-rw-r--r-- | dev-python/ansible-compat/ansible-compat-2.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild index bea25108e31f..39bd146bfb5d 100644 --- a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild +++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 |