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} )