gui-apps/nwg-panel: enable py3.12 and disable py3.10

Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
Pascal Jäger 2024-05-02 12:52:08 +02:00
parent 338de2b5ab
commit cf6081f9b7
No known key found for this signature in database
GPG Key ID: 9DF5441454F67138

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 systemd xdg-utils