commit: 020e24e135351ec864300887d37fc64874d7b95c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:26:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:35:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e24e1
dev-vcs/git-cola: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-cola/git-cola-4.14.0.ebuild | 2 +-
dev-vcs/git-cola/git-cola-4.15.0.ebuild | 2 +-
dev-vcs/git-cola/git-cola-4.16.1.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-vcs/git-cola/git-cola-4.14.0.ebuild
b/dev-vcs/git-cola/git-cola-4.14.0.ebuild
index d2743b50bb70..bbac0734437b 100644
--- a/dev-vcs/git-cola/git-cola-4.14.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.14.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_SINGLE_IMPL=true
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature readme.gentoo-r1 virtualx xdg
diff --git a/dev-vcs/git-cola/git-cola-4.15.0.ebuild
b/dev-vcs/git-cola/git-cola-4.15.0.ebuild
index d3b5effbaf16..4b96aab223be 100644
--- a/dev-vcs/git-cola/git-cola-4.15.0.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.15.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_SINGLE_IMPL=true
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature readme.gentoo-r1 virtualx xdg
diff --git a/dev-vcs/git-cola/git-cola-4.16.1.ebuild
b/dev-vcs/git-cola/git-cola-4.16.1.ebuild
index 039d5eaba899..129e9adea1a1 100644
--- a/dev-vcs/git-cola/git-cola-4.16.1.ebuild
+++ b/dev-vcs/git-cola/git-cola-4.16.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_SINGLE_IMPL=true
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature readme.gentoo-r1 virtualx xdg