From 8532cfb7b900d31897f6e5a635b1574272126b4f Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 1 Jul 2024 07:14:18 +0000 Subject: [PATCH] dev-python/wheel: Sync with Gentoo It's from Gentoo commit e7c46f1b2c962ba887ecd46a1e295912182f9b05. --- .../portage-stable/dev-python/wheel/wheel-0.43.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.43.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.43.0.ebuild index a493ef96d0..a8b3a7d1ad 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.43.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.43.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi