From a21786d75f3b8264215d63242ef95b3aabc1fa8e Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 5 Jun 2023 07:12:34 +0000 Subject: [PATCH] dev-python/wheel: Sync with Gentoo It's from Gentoo commit 899f9ae407fce5807661f2976fee77e10eaf74ea. --- .../portage-stable/dev-python/wheel/wheel-0.40.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.40.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.40.0.ebuild index b078248e22..91ac147ace 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.40.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/wheel/wheel-0.40.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi