gui-apps/hiprompt-gtk-py: enable py3.13

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-04-11 23:21:46 +02:00
parent d86a2c917a
commit a208a17afa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_12 )
PYTHON_COMPAT=( python3_{12..13} )
inherit meson python-single-r1 xdg
if [[ "${PV}" == "9999" ]]

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_12 )
PYTHON_COMPAT=( python3_{12..13} )
inherit meson python-single-r1 xdg
if [[ "${PV}" == "9999" ]]