dev-python/pyside6: enable py3.13

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-05-21 17:37:39 +02:00
parent 145a0d466a
commit 5dadb50da6

View File

@@ -5,7 +5,7 @@ EAPI=8
# TODO: Add PyPy once officially supported. See also:
# https://bugreports.qt.io/browse/PYSIDE-535
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
LLVM_COMPAT=( {15..18} )