commit: 5ba54200db3819c2983a616f6451946f80ba20a1
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 19:31:09 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue May 11 19:31:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba54200
dev-python/visitor: enable Python 3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/visitor/visitor-0.1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/visitor/visitor-0.1.3-r1.ebuild
b/dev-python/visitor/visitor-0.1.3-r1.ebuild
index 0dae1af04f4..7deb9bd59a3 100644
--- a/dev-python/visitor/visitor-0.1.3-r1.ebuild
+++ b/dev-python/visitor/visitor-0.1.3-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