diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-08-14 17:06:02 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-08-14 17:57:51 -0400 |
commit | 5a427e79f22084d25d3d0ecce64f7ff93996d5b4 (patch) | |
tree | 852b2ae01c9ddd60faf2e20ec08c9fe676dfb99f | |
parent | sys-apps/amdgpu_top: add 0.9.1 (diff) | |
download | gentoo-5a427e79f22084d25d3d0ecce64f7ff93996d5b4.tar.gz gentoo-5a427e79f22084d25d3d0ecce64f7ff93996d5b4.tar.bz2 gentoo-5a427e79f22084d25d3d0ecce64f7ff93996d5b4.zip |
dev-util/intel_clc: Add Python 3.13 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | dev-util/intel_clc/intel_clc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index a413a9047a73..4acbe36c77e0 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LLVM_COMPAT=( {16..18} ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit llvm-r1 meson python-any-r1 |