diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-20 16:25:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-20 19:52:56 +0200 |
commit | aa7e895c8444bc24b49973ed4adf5efc91996312 (patch) | |
tree | 20359e81b75acba447115f0e1d6d5bc6fc3463a5 /dev-python/lit | |
parent | dev-python/clang-python: Enable py3.12 in 16.0.6 (diff) | |
download | gentoo-aa7e895c8444bc24b49973ed4adf5efc91996312.tar.gz gentoo-aa7e895c8444bc24b49973ed4adf5efc91996312.tar.bz2 gentoo-aa7e895c8444bc24b49973ed4adf5efc91996312.zip |
dev-python/lit: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lit')
-rw-r--r-- | dev-python/lit/lit-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lit/lit-16.0.6.ebuild b/dev-python/lit/lit-16.0.6.ebuild index 4275151b428c..b67497dceb7d 100644 --- a/dev-python/lit/lit-16.0.6.ebuild +++ b/dev-python/lit/lit-16.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 llvm.org |