diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 21:53:10 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-16 21:59:30 +0200 |
commit | 1e68d188b3533e13e7fdb535239f0aefcd4d77d0 (patch) | |
tree | 861a6ba52ecaaece3646d198edc8ec45d8a85521 /net-misc/lyricwikia | |
parent | dev-python/zeroconf: enable py3.11 (diff) | |
download | gentoo-1e68d188b3533e13e7fdb535239f0aefcd4d77d0.tar.gz gentoo-1e68d188b3533e13e7fdb535239f0aefcd4d77d0.tar.bz2 gentoo-1e68d188b3533e13e7fdb535239f0aefcd4d77d0.zip |
net-misc/lyricwikia: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-misc/lyricwikia')
-rw-r--r-- | net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild index e50cdd4ab9ec..103fdcd54626 100644 --- a/net-misc/lyricwikia/lyricwikia-0.1.11-r1.ebuild +++ b/net-misc/lyricwikia/lyricwikia-0.1.11-r1.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=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |