From 0b73379e40d9f0bd3e36177bc3486b823dd66a9f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 29 Oct 2022 13:28:13 -0400 Subject: media-video/pitivi: Add Python 3.11 compatibility Signed-off-by: Matt Turner --- media-video/pitivi/pitivi-2022.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-video') diff --git a/media-video/pitivi/pitivi-2022.06.ebuild b/media-video/pitivi/pitivi-2022.06.ebuild index d5b83e96aa92..8574db5adda4 100644 --- a/media-video/pitivi/pitivi-2022.06.ebuild +++ b/media-video/pitivi/pitivi-2022.06.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="sqlite" inherit gnome.org meson python-single-r1 xdg -- cgit v1.2.3-65-gdbad