From 99a91c9139115e77d5aaa433b9990c4934fa045b Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 Jun 2022 08:35:54 +0100 Subject: net-dns/dnsviz: enable py3.10 and disable py3.7 Signed-off-by: Sam James --- net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-dns') diff --git a/net-dns/dnsviz/dnsviz-0.9.4.ebuild b/net-dns/dnsviz/dnsviz-0.9.4.ebuild index b658637d8b29..7cae07dcbaf7 100644 --- a/net-dns/dnsviz/dnsviz-0.9.4.ebuild +++ b/net-dns/dnsviz/dnsviz-0.9.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature DESCRIPTION="Tool suite for analysis and visualization of DNS and DNSSEC" -- cgit v1.2.3-65-gdbad