diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:58:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:58:01 +0100 |
commit | 6bb63267f33bec05616866fffa32d61b94cb6503 (patch) | |
tree | 01f29fa45e7be8f2f453533b64044ac1755ba80f /dev-util | |
parent | dev-util/meld: enable py3.13 (diff) | |
download | gentoo-6bb63267f33bec05616866fffa32d61b94cb6503.tar.gz gentoo-6bb63267f33bec05616866fffa32d61b94cb6503.tar.bz2 gentoo-6bb63267f33bec05616866fffa32d61b94cb6503.zip |
dev-util/include-what-you-use: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-0.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild index 2edf57981981..b59b1438a543 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake llvm python-single-r1 |