From 95312824a641389e91251800fdfb052607e37eaa Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 5 Jun 2023 07:12:22 +0000 Subject: [PATCH] dev-python/distro: Sync with Gentoo It's from Gentoo commit 9c6ea8c5e36b879640df82c300891daa720c26e8. --- .../portage-stable/dev-python/distro/distro-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/distro/distro-1.8.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/distro/distro-1.8.0.ebuild index 6b635b1f8d..7e69f708c1 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/distro/distro-1.8.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/distro/distro-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi