From 145a0d466aace275e459475d1dcc657fea7c66cb Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 21 May 2024 17:37:21 +0200 Subject: [PATCH] dev-python/shiboken6: enable py3.13 Signed-off-by: Andrew Ammerlaan --- dev-python/shiboken6/shiboken6-6.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/shiboken6/shiboken6-6.7.0.ebuild b/dev-python/shiboken6/shiboken6-6.7.0.ebuild index faac009c177a8..ea7ae35647138 100644 --- a/dev-python/shiboken6/shiboken6-6.7.0.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.0.ebuild @@ -12,7 +12,7 @@ EAPI=8 # "/usr/bin/shiboken6" at build time and "libshiboken6-*.so" at runtime. # 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} )