commit: 5281c7f06ebc6ede432e9ca0c69ea791d97b9a68 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 02:36:35 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 02:36:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5281c7f0
Revert "dev-util/pkgcheck: disable py3.13" This reverts commit 1747b4300f5063b3c1d66673e2ae972c2bd658eb. I got it wrong! 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 1c13c0879de8..012ec9c2756e 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..12} ) +PYTHON_COMPAT=( python3_{10..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 d285937e0601..00c68119471c 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..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit elisp-common distutils-r1 optfeature if [[ ${PV} == *9999 ]] ; then
