diff options
author | 2023-06-20 16:25:36 +0200 | |
---|---|---|
committer | 2023-06-20 19:52:55 +0200 | |
commit | fbadf8e45f26e28a76b69345e0f41a9f967ff02b (patch) | |
tree | 29c033d2a72e5913a07cb49d98eb043413fa5763 /dev-python | |
parent | sys-devel/clang: Enable py3.12 in 16.0.6 (diff) | |
download | gentoo-fbadf8e45f26e28a76b69345e0f41a9f967ff02b.tar.gz gentoo-fbadf8e45f26e28a76b69345e0f41a9f967ff02b.tar.bz2 gentoo-fbadf8e45f26e28a76b69345e0f41a9f967ff02b.zip |
dev-python/clang-python: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/clang-python/clang-python-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-16.0.6.ebuild b/dev-python/clang-python/clang-python-16.0.6.ebuild index 83f4d804e310..d4a2cc4e8854 100644 --- a/dev-python/clang-python/clang-python-16.0.6.ebuild +++ b/dev-python/clang-python/clang-python-16.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit llvm.org python-r1 DESCRIPTION="Python bindings for sys-devel/clang" |