commit: e374dc1cba784de31785d6c3c78c9e9c8b4f06a8
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Jan 30 13:29:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 16:34:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e374dc1c
net-dns/knot-resolver: enable py3.13
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-dns/knot-resolver/knot-resolver-6.0.10.ebuild | 3 +--
net-dns/knot-resolver/knot-resolver-6.0.9.ebuild | 5 ++---
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/net-dns/knot-resolver/knot-resolver-6.0.10.ebuild
b/net-dns/knot-resolver/knot-resolver-6.0.10.ebuild
index 892e6d5ddc95..8ae140b0c8cd 100644
--- a/net-dns/knot-resolver/knot-resolver-6.0.10.ebuild
+++ b/net-dns/knot-resolver/knot-resolver-6.0.10.ebuild
@@ -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
diff --git a/net-dns/knot-resolver/knot-resolver-6.0.9.ebuild
b/net-dns/knot-resolver/knot-resolver-6.0.9.ebuild
index 6ef4cbb64fd0..1475584ef940 100644
--- a/net-dns/knot-resolver/knot-resolver-6.0.9.ebuild
+++ b/net-dns/knot-resolver/knot-resolver-6.0.9.ebuild
@@ -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