diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-27 08:13:29 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-27 09:05:58 +0100 |
commit | 23cd0771316bf595655b42b57b9af9cd07e7ab0b (patch) | |
tree | 7b62c6ecfa79ca4991edbabfd37024a8c551e2b9 /media-sound/solfege | |
parent | app-crypt/mit-krb5: add python 3.10 (diff) | |
download | gentoo-23cd0771316bf595655b42b57b9af9cd07e7ab0b.tar.gz gentoo-23cd0771316bf595655b42b57b9af9cd07e7ab0b.tar.bz2 gentoo-23cd0771316bf595655b42b57b9af9cd07e7ab0b.zip |
media-sound/solfege: add python 3.10
Closes: https://bugs.gentoo.org/830032
Closes: https://github.com/gentoo/gentoo/pull/23535
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/solfege')
-rw-r--r-- | media-sound/solfege/solfege-3.23.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/solfege/solfege-3.23.4.ebuild b/media-sound/solfege/solfege-3.23.4.ebuild index 71a32e160ee9..11bc70dbefdf 100644 --- a/media-sound/solfege/solfege-3.23.4.ebuild +++ b/media-sound/solfege/solfege-3.23.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit autotools python-single-r1 |