commit: 735209c1666498afaf069a717c0d1591510ec266
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 00:56:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 01:31:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735209c1
dev-util/pkgcheck: disable py3.10
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-0.10.33-r1.ebuild | 2 +-
dev-util/pkgcheck/pkgcheck-0.10.34.ebuild | 2 +-
dev-util/pkgcheck/pkgcheck-9999.ebuild | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.33-r1.ebuild
b/dev-util/pkgcheck/pkgcheck-0.10.33-r1.ebuild
index e186903e8d51..21aed1be7a0a 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.33-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.33-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit elisp-common distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
diff --git a/dev-util/pkgcheck/pkgcheck-0.10.34.ebuild
b/dev-util/pkgcheck/pkgcheck-0.10.34.ebuild
index e186903e8d51..21aed1be7a0a 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.34.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.34.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit elisp-common distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild
b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index f5381e43f490..5dd765eb6f79 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit elisp-common distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then