From c386dcc600af0fc87a1d8f8bc0e43fe676951a20 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Tue, 24 Dec 2024 16:26:38 +0100 Subject: [PATCH] app-misc/anki-bin: enable py3.13 Signed-off-by: Lucio Sauer --- app-misc/anki-bin/anki-bin-24.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/anki-bin/anki-bin-24.11.ebuild b/app-misc/anki-bin/anki-bin-24.11.ebuild index d2ae10d726..aba95437cd 100644 --- a/app-misc/anki-bin/anki-bin-24.11.ebuild +++ b/app-misc/anki-bin/anki-bin-24.11.ebuild @@ -6,9 +6,9 @@ EAPI=8 ### A NOTE REGARDING PYTHON COMPATABILITY ### # Anki-bin downloads a python 3.9 wheel. However the wheel used has only one native library _rsbridge.so # that is not linked against libpython. -# The configuration with Python 3.{10..12} was tested on a limited number of machines and is not guaranteed to work. +# The configuration with Python 3.{10..13} was tested on a limited number of machines and is not guaranteed to work. -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop optfeature python-single-r1 pypi readme.gentoo-r1 xdg # bump to latest PV, where any of the miscellaneous files changed