Skip to content

Commit

Permalink
media-video/pitivi: enable py3.12
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929676
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Jun 16, 2024
1 parent 457ae06 commit 5766b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-video/pitivi/pitivi-2023.03-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="sqlite"

inherit gnome.org meson python-single-r1 xdg
Expand Down

0 comments on commit 5766b2e

Please sign in to comment.