commit:     45a06a3ebbabe4fae6f3471a12cf36e71bc5b8ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 16:04:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 16:04:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a06a3e

dev-python/pygobject: disable py3.10, pypy3

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

 dev-python/pygobject/pygobject-3.46.0-r1.ebuild | 4 ++--
 dev-python/pygobject/pygobject-3.48.2-r1.ebuild | 4 ++--
 dev-python/pygobject/pygobject-3.50.0.ebuild    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/pygobject/pygobject-3.46.0-r1.ebuild 
b/dev-python/pygobject/pygobject-3.46.0-r1.ebuild
index 3a088761e142..85c1412e96d3 100644
--- a/dev-python/pygobject/pygobject-3.46.0-r1.ebuild
+++ b/dev-python/pygobject/pygobject-3.46.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit gnome.org meson virtualx xdg distutils-r1
 

diff --git a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild 
b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild
index b9b4194783a6..c2edca0f6401 100644
--- a/dev-python/pygobject/pygobject-3.48.2-r1.ebuild
+++ b/dev-python/pygobject/pygobject-3.48.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit gnome.org meson virtualx xdg distutils-r1
 

diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild 
b/dev-python/pygobject/pygobject-3.50.0.ebuild
index 67858aacc96c..336053fe405d 100644
--- a/dev-python/pygobject/pygobject-3.50.0.ebuild
+++ b/dev-python/pygobject/pygobject-3.50.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=no
 # py3.14: https://gitlab.gnome.org/GNOME/pygobject/-/issues/694
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
 
 inherit gnome.org meson virtualx xdg distutils-r1
 

Reply via email to