commit: 46e0bd9b1e944be0b127a05a3f47fcdf4354f388
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 18:43:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 18:43:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e0bd9b
dev-python/pyopencl: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 82cb6ec3f4f4..a7374af5e1c2 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 dd31efaa69d1..3727c2da0247 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