From 5caf993ecd481a235af5f100f5bfb25eacdef558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 19 Feb 2025 21:17:11 +0100 Subject: [PATCH] dev-libs/imath: Remove py3.10 (per sphinx-8.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/imath/imath-3.1.11-r1.ebuild | 4 ++-- dev-libs/imath/imath-3.1.12.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/imath/imath-3.1.11-r1.ebuild b/dev-libs/imath/imath-3.1.11-r1.ebuild index 64c6c851e5107..4ad915d7db05c 100644 --- a/dev-libs/imath/imath-3.1.11-r1.ebuild +++ b/dev-libs/imath/imath-3.1.11-r1.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} ) inherit cmake python-single-r1 diff --git a/dev-libs/imath/imath-3.1.12.ebuild b/dev-libs/imath/imath-3.1.12.ebuild index d828b11cfd54a..fb83ffb74677b 100644 --- a/dev-libs/imath/imath-3.1.12.ebuild +++ b/dev-libs/imath/imath-3.1.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake python-single-r1