commit: 1747b4300f5063b3c1d66673e2ae972c2bd658eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 02:33:03 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 02:34:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1747b430
dev-util/pkgcheck: disable py3.13 The available versions for dev-python/tree-sitter don't match up otherwise after 157a5ad74aec7599e472fa0c00f837787edfd1b5. Bug: https://bugs.gentoo.org/938593 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild | 2 +- dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild index 012ec9c2756e..1c13c0879de8 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 00c68119471c..d285937e0601 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit elisp-common distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then
