diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-02-03 17:31:49 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-02-03 17:57:55 +0000 |
commit | 27b8ef5a6d0ae1df51021276a92f0081a9ad80ed (patch) | |
tree | 7e49afcf2f4d8d38a8a08dac62448c46e318d597 /app-admin/ansible-molecule | |
parent | dev-util/yamllint: support py3.10 (diff) | |
download | gentoo-27b8ef5a6d0ae1df51021276a92f0081a9ad80ed.tar.gz gentoo-27b8ef5a6d0ae1df51021276a92f0081a9ad80ed.tar.bz2 gentoo-27b8ef5a6d0ae1df51021276a92f0081a9ad80ed.zip |
app-admin/ansible-molecule: enable py3.10
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin/ansible-molecule')
-rw-r--r-- | app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild index 0ccbaea87c20..0adc88086a0f 100644 --- a/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild +++ b/app-admin/ansible-molecule/ansible-molecule-3.5.2-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -# TODO: does support py3.10 upstream so add it here as soon as all the dependencies are ready. -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 optfeature |