Skip to content

Commit

Permalink
gnome-extra/gnome-integration-spotify: enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929603

Signed-off-by: Matthew Thode <[email protected]>
  • Loading branch information
prometheanfire committed Apr 13, 2024
1 parent f43ad63 commit 1a46426
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1a46426

Please sign in to comment.