commit: 0b1991ceff5942ac353a36c4c1a3dcacb7fe49e4
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 22:41:25 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 22:41:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1991ce
dev-python/nagiosplugin: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
b/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
index 3608913aab4..d547b7438f3 100644
--- a/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
+++ b/dev-python/nagiosplugin/nagiosplugin-1.3.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit distutils-r1