dev-python/pywebview: enable py3.12, py3.13 and disable py3.10

Signed-off-by: Jens Mühlenhoff <j.muehlenhoff@gmx.de>
This commit is contained in:
Jens Mühlenhoff
2024-08-02 12:39:17 +02:00
parent 0ea4f838ad
commit 1f6064e818
2 changed files with 2 additions and 2 deletions

View File

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