aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
commit013a94d87d9a4ff23a9db6e4f02ae7d113580f2d (patch)
treeef9f1cd48fc27f69a22f4f2a68ce9600289606d3 /sys-devel/DPC++/DPC++-2022.09.ebuild
parentdev-python/pytorch-lightning: disable py3.8, py3.9 (diff)
downloadsci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.gz
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.bz2
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.zip
*/*: drop py3.8 and py3.9 where py3.10+ already enabled
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sys-devel/DPC++/DPC++-2022.09.ebuild')
-rw-r--r--sys-devel/DPC++/DPC++-2022.09.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild
index ddf5e0918..a7fd591a1 100644
--- a/sys-devel/DPC++/DPC++-2022.09.ebuild
+++ b/sys-devel/DPC++/DPC++-2022.09.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit cmake python-any-r1
DOCS_BUILDER="doxygen"
DOCS_DIR="build/docs"