dev-python/pywebview: disable py3.12

dev-python/pyside2 does not support py3.12 yet.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2024-06-23 15:56:08 +03:00
parent 8bd7568b34
commit 9a91e3ecec

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi