app-misc/anki-bin: enable py3.13

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-12-24 16:26:38 +01:00
parent 8683a75f85
commit c386dcc600
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -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