summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-29 03:33:03 +0100
committerSam James <sam@gentoo.org>2024-08-29 03:34:08 +0100
commit1747b4300f5063b3c1d66673e2ae972c2bd658eb (patch)
tree77cee4b28ec35e33105c0f1e91ce6a230c9a0cc6 /dev-util
parentapp-i18n/ibus-pinyin: drop 1.5.0-r6 (diff)
downloadgentoo-1747b4300f5063b3c1d66673e2ae972c2bd658eb.tar.gz
gentoo-1747b4300f5063b3c1d66673e2ae972c2bd658eb.tar.bz2
gentoo-1747b4300f5063b3c1d66673e2ae972c2bd658eb.zip
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild2
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
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