commit: 2825e22318e8dd70d79b6babc254f4e26f38a765 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed May 3 15:16:44 2023 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed May 3 15:16:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2825e223
gnome-extra/gnome-integration-spotify: enable py3.11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> .../gnome-integration-spotify-20140907-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild index 6433fe165276..847cfe874844 100644 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_9 python3_10 ) +PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) inherit gnome2-utils python-r1
