commit: 99a91c9139115e77d5aaa433b9990c4934fa045b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 3 07:35:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 3 07:35:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a91c91
net-dns/dnsviz: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/dnsviz/dnsviz-0.9.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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"