gui-apps/azote: enable py3.13

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto 2024-08-30 07:56:22 +09:00
parent 8f71251590
commit 7f6160c382
No known key found for this signature in database
GPG Key ID: C8ACBAD28C919F19
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Copyright 2019-2020 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature xdg-utils

View File

@ -1,9 +1,9 @@
# Copyright 2019-2020 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1 optfeature xdg-utils