commit: 2e553804b5d31604410b6e71e407f9e7c2b782f3
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 5 19:17:30 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 19:17:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e553804
dev-python/python-ctags: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/python-ctags/python-ctags-1.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-ctags/python-ctags-1.5.0.ebuild
b/dev-python/python-ctags/python-ctags-1.5.0.ebuild
index e1bae13e2d9..64adaec8d2a 100644
--- a/dev-python/python-ctags/python-ctags-1.5.0.ebuild
+++ b/dev-python/python-ctags/python-ctags-1.5.0.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