diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:27:01 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:00 -0400 |
commit | f95397320b866c23aae26a4de7b871705868c72e (patch) | |
tree | f89ea053401f25637028e164ef85a461b139cfe3 /media-sound/gnome-music | |
parent | media-libs/graphene: Add Python 3.11 compatibility (diff) | |
download | gentoo-f95397320b866c23aae26a4de7b871705868c72e.tar.gz gentoo-f95397320b866c23aae26a4de7b871705868c72e.tar.bz2 gentoo-f95397320b866c23aae26a4de7b871705868c72e.zip |
media-sound/gnome-music: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/gnome-music-42.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/gnome-music/gnome-music-42.1.ebuild b/media-sound/gnome-music/gnome-music-42.1.ebuild index 61bf800171da..bb9eeb8d89c0 100644 --- a/media-sound/gnome-music/gnome-music-42.1.ebuild +++ b/media-sound/gnome-music/gnome-music-42.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg |