From 1a464266a695a55a890bfa2c1c8d0778cad6689a Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Sat, 13 Apr 2024 10:35:49 -0500 Subject: [PATCH] gnome-extra/gnome-integration-spotify: enable py3.12 Closes: https://bugs.gentoo.org/929603 Signed-off-by: Matthew Thode --- .../gnome-integration-spotify-20140907-r2.ebuild | 4 ++-- 1 file 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 847cfe8748445..c9bb7026d916c 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