net-dns/knot-resolver: enable py3.13

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Nicolas PARLANT 2025-01-30 13:29:30 +00:00 committed by Sam James
parent 4c13b122e4
commit e374dc1cba
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 3 additions and 5 deletions

View File

@ -8,8 +8,7 @@ DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=poetry
# waiting app-admin/supervisor for py3_13
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 lua-single meson optfeature tmpfiles verify-sig

View File

@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -8,8 +8,7 @@ DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=poetry
# waiting app-admin/supervisor for py3_13
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 lua-single meson tmpfiles verify-sig