From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706420-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8615015812D for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 03:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E13E078A; Mon, 06 Jan 2025 03:38:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 835C9E078A for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:38:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F86D33BEFF for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254FD190F for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:38:14 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1736134689.9db95121a9ad8183f09c2220ac033a98d7ee036d.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flatpak/flatpak-1.14.10.ebuild X-VCS-Directories: sys-apps/flatpak/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9db95121a9ad8183f09c2220ac033a98d7ee036d X-VCS-Branch: master Date: Mon, 06 Jan 2025 03:38:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06542676-d76c-4f77-942f-1a52fbb82420 X-Archives-Hash: 909d9aac63d77cffe37bc6a76ade0efd commit: 9db95121a9ad8183f09c2220ac033a98d7ee036d Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 03:35:48 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 03:38:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db95121 sys-apps/flatpak: enable py3.13 Closes: https://bugs.gentoo.org/947536 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-apps/flatpak/flatpak-1.14.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/flatpak/flatpak-1.14.10.ebuild b/sys-apps/flatpak/flatpak-1.14.10.ebuild index b0d6213c2395..bd593ed1b276 100644 --- a/sys-apps/flatpak/flatpak-1.14.10.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit linux-info python-any-r1 systemd tmpfiles