diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:16:44 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-03 10:16:44 -0500 |
commit | 2825e22318e8dd70d79b6babc254f4e26f38a765 (patch) | |
tree | 21309f8d0e4dbfd86ad56f91385504d986fc5884 | |
parent | dev-util/gertty: enable py3.11 (diff) | |
download | gentoo-2825e22318e8dd70d79b6babc254f4e26f38a765.tar.gz gentoo-2825e22318e8dd70d79b6babc254f4e26f38a765.tar.bz2 gentoo-2825e22318e8dd70d79b6babc254f4e26f38a765.zip |
gnome-extra/gnome-integration-spotify: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |