From 0b5574e51985fe5ad51de7fd691653fcd5bbf3d7 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sat, 12 Apr 2025 18:31:48 +0200 Subject: [PATCH] app-editors/remarkable: porting to Python 3.13 Closes: https://bugs.gentoo.org/952193 Signed-off-by: Martin Dummer Part-of: https://github.com/gentoo/gentoo/pull/41561 Closes: https://github.com/gentoo/gentoo/pull/41561 Signed-off-by: Sam James --- app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild index f35866eca613f..a3b0fa31bc98c 100644 --- a/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild +++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit desktop gnome2-utils python-single-r1 readme.gentoo-r1 DESCRIPTION="Fully featured markdown editor, supports github markdown dialect"