diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-27 19:00:19 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-27 19:01:21 -0600 |
commit | 605c179d817465a2c82b28ca746644e21693cc98 (patch) | |
tree | cfcdb55597c6d2d17348da33c7595df486c7b0b6 /app-admin/ansible-core | |
parent | app-admin/ansible-core: add 2.16.4 (diff) | |
download | gentoo-605c179d817465a2c82b28ca746644e21693cc98.tar.gz gentoo-605c179d817465a2c82b28ca746644e21693cc98.tar.bz2 gentoo-605c179d817465a2c82b28ca746644e21693cc98.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-2.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild b/app-admin/ansible-core/ansible-core-2.16.4.ebuild index 3013d29fa0b5..49da7dc95856 100644 --- a/app-admin/ansible-core/ansible-core-2.16.4.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_SETUPTOOLS=bdepend PYPI_NO_NORMALIZE=1 |