From f8a32402b91f5588cd7a7dd11f6b8814eea7558c Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 2 May 2022 07:05:41 +0100 Subject: sys-libs/libsmbios: enable py3.10 and disable py3.7 Signed-off-by: Sam James --- sys-libs/libsmbios/libsmbios-2.4.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild index 56a475848ec4..f982ee3c0391 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.3.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic python-single-r1 -- cgit v1.2.3-65-gdbad