diff options
author | Paul Healy <lmiphay@gmail.com> | 2022-05-30 17:46:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 03:12:17 +0100 |
commit | 91e0308a99012a863737e84154dc100bbd80b3f1 (patch) | |
tree | 6bc85d15d25665bb2e98511b755621d41aa264f0 /sys-apps/dstat | |
parent | app-shells/nushell: Add 0.63.1 (diff) | |
download | gentoo-91e0308a99012a863737e84154dc100bbd80b3f1.tar.gz gentoo-91e0308a99012a863737e84154dc100bbd80b3f1.tar.bz2 gentoo-91e0308a99012a863737e84154dc100bbd80b3f1.zip |
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 <lmiphay@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/dstat')
-rw-r--r-- | sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |