diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:35:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-04-13 10:35:53 -0500 |
commit | 1a464266a695a55a890bfa2c1c8d0778cad6689a (patch) | |
tree | f7ed239f932fb7c9a3c8cbe3b50b412835e1f2cf /gnome-extra | |
parent | dev-python/logutils: enable py3.12 (diff) | |
download | gentoo-1a464266a695a55a890bfa2c1c8d0778cad6689a.tar.gz gentoo-1a464266a695a55a890bfa2c1c8d0778cad6689a.tar.bz2 gentoo-1a464266a695a55a890bfa2c1c8d0778cad6689a.zip |
gnome-extra/gnome-integration-spotify: enable py3.12
Closes: https://bugs.gentoo.org/929603
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 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 847cfe874844..c9bb7026d916 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_9 python3_10 python3_11 python3_12 ) inherit gnome2-utils python-r1 |