diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-05-11 21:31:09 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-05-11 21:31:33 +0200 |
commit | 5ba54200db3819c2983a616f6451946f80ba20a1 (patch) | |
tree | 2b14a6704323caf54e3fd31b7719d5d393e080a4 /dev-python/visitor | |
parent | media-plugins/vdr-mp3ng: compile fix (diff) | |
download | gentoo-5ba54200db3819c2983a616f6451946f80ba20a1.tar.gz gentoo-5ba54200db3819c2983a616f6451946f80ba20a1.tar.bz2 gentoo-5ba54200db3819c2983a616f6451946f80ba20a1.zip |
dev-python/visitor: enable Python 3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/visitor')
-rw-r--r-- | dev-python/visitor/visitor-0.1.3-r1.ebuild | 4 |
1 files 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 0dae1af04f46..7deb9bd59a3b 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 |