diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild index 2ebbc198ad5..348b6f8d6e3 100644 --- a/sys-devel/DPC++/DPC++-2021.12.ebuild +++ b/sys-devel/DPC++/DPC++-2021.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild index 1d3558eff4c..ee2077566e7 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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" diff --git a/sys-devel/DPC++/DPC++-2022.12.ebuild b/sys-devel/DPC++/DPC++-2022.12.ebuild index e598d8e0971..be9a59fec1e 100644 --- a/sys-devel/DPC++/DPC++-2022.12.ebuild +++ b/sys-devel/DPC++/DPC++-2022.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs"