diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:45:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:49:34 +0100 |
commit | a44e9b72eb1402f0a42bb944633a62406610b8ec (patch) | |
tree | db1cb077bf38a58fea3df70c2eee9907ee47254c /app-admin/ansible-lint | |
parent | app-admin/ansible-core: Remove old requiring Python < 3.10 (diff) | |
download | gentoo-a44e9b72eb1402f0a42bb944633a62406610b8ec.tar.gz gentoo-a44e9b72eb1402f0a42bb944633a62406610b8ec.tar.bz2 gentoo-a44e9b72eb1402f0a42bb944633a62406610b8ec.zip |
app-admin/ansible-lint: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/ansible-lint')
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-6.8.2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-6.8.6.ebuild | 4 | ||||
-rw-r--r-- | app-admin/ansible-lint/ansible-lint-6.9.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/ansible-lint/ansible-lint-6.8.2.ebuild b/app-admin/ansible-lint/ansible-lint-6.8.2.ebuild index 2e40f9cbc06a..64f06f90a631 100644 --- a/app-admin/ansible-lint/ansible-lint-6.8.2.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/app-admin/ansible-lint/ansible-lint-6.8.6.ebuild b/app-admin/ansible-lint/ansible-lint-6.8.6.ebuild index dcb2f57e85ed..b351ac69b126 100644 --- a/app-admin/ansible-lint/ansible-lint-6.8.6.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.8.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild b/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild index 0d91815abba5..5ec4fb0791cb 100644 --- a/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild +++ b/app-admin/ansible-lint/ansible-lint-6.9.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |