sci-electronics/dsview: enable py3.12

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui 2023-07-18 19:11:31 +08:00
parent c3cfad873b
commit 8904a75978
No known key found for this signature in database
GPG Key ID: AD4E34A8385E3E52
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
EAPI=8
GITHUB_PN="DSView"
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-r1 udev xdg

View File

@ -4,7 +4,7 @@
EAPI=8
GITHUB_PN="DSView"
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-r1 udev xdg