diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-27 19:00:41 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-27 19:01:22 -0600 |
commit | 6a9bfedecdb0ebbcfbbb9da798a2378b6c37d030 (patch) | |
tree | 0af96dc249c83b037ced7f321aa04176e7696dfa /app-admin/ansible-core | |
parent | app-admin/ansible-core: enable py3.12 (diff) | |
download | gentoo-6a9bfedecdb0ebbcfbbb9da798a2378b6c37d030.tar.gz gentoo-6a9bfedecdb0ebbcfbbb9da798a2378b6c37d030.tar.bz2 gentoo-6a9bfedecdb0ebbcfbbb9da798a2378b6c37d030.zip |
app-admin/ansible-core: enable py3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/ansible-core')
-rw-r--r-- | app-admin/ansible-core/ansible-core-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild b/app-admin/ansible-core/ansible-core-9999.ebuild index 31aa6a3c7556..17a70128adeb 100644 --- a/app-admin/ansible-core/ansible-core-9999.ebuild +++ b/app-admin/ansible-core/ansible-core-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_SETUPTOOLS=bdepend PYPI_NO_NORMALIZE=1 |