From 91e0308a99012a863737e84154dc100bbd80b3f1 Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Mon, 30 May 2022 17:46:37 +0100 Subject: sys-apps/dstat: add python 3.10 to python compat add python 3.10 drop python 3.7 and 3.8 Bug: https://bugs.gentoo.org/846308 Signed-off-by: Paul Healy Closes: https://github.com/gentoo/gentoo/pull/25692 Signed-off-by: Sam James --- sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/dstat') diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild index bdaa4b1c23aa..323a3d46c5d9 100644 --- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild +++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 -- cgit v1.2.3-65-gdbad