commit:     95be55a5b026c2b9244bbd38c2b595ebc35e3e46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  1 22:10:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  1 22:12:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95be55a5

dev-util/diffuse: disable py3.10, py3.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/diffuse/diffuse-0.9.0-r1.ebuild | 2 +-
 dev-util/diffuse/diffuse-0.9.0.ebuild    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild 
b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild
index 23cb66506293..60d77c976f22 100644
--- a/dev-util/diffuse/diffuse-0.9.0-r1.ebuild
+++ b/dev-util/diffuse/diffuse-0.9.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW"
 inherit meson plocale python-r1 xdg
 

diff --git a/dev-util/diffuse/diffuse-0.9.0.ebuild 
b/dev-util/diffuse/diffuse-0.9.0.ebuild
index c6be148a78fd..0f7259d240b5 100644
--- a/dev-util/diffuse/diffuse-0.9.0.ebuild
+++ b/dev-util/diffuse/diffuse-0.9.0.ebuild
@@ -1,8 +1,8 @@
-# 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_{9..12} )
+PYTHON_COMPAT=( python3_{11..12} )
 PLOCALES="cs de es fr it ja ka ko nl pl pt pt_BR ru sv th tr zh_CN zh_TW"
 inherit meson plocale python-r1 xdg
 

Reply via email to