From 46e0bd9b1e944be0b127a05a3f47fcdf4354f388 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 24 May 2025 19:43:34 +0100 Subject: [PATCH] dev-python/pyopencl: disable py3.10 Signed-off-by: Sam James --- dev-python/pyopencl/pyopencl-2024.2.7.ebuild | 4 ++-- dev-python/pyopencl/pyopencl-2025.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyopencl/pyopencl-2024.2.7.ebuild b/dev-python/pyopencl/pyopencl-2024.2.7.ebuild index 82cb6ec3f4f41..a7374af5e1c22 100644 --- a/dev-python/pyopencl/pyopencl-2024.2.7.ebuild +++ b/dev-python/pyopencl/pyopencl-2024.2.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=scikit-build-core diff --git a/dev-python/pyopencl/pyopencl-2025.1.ebuild b/dev-python/pyopencl/pyopencl-2025.1.ebuild index dd31efaa69d1a..3727c2da02475 100644 --- a/dev-python/pyopencl/pyopencl-2025.1.ebuild +++ b/dev-python/pyopencl/pyopencl-2025.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=scikit-build-core