From 9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3 Mon Sep 17 00:00:00 2001 From: Giuseppe Foti Date: Mon, 2 Dec 2024 19:45:42 +0100 Subject: [PATCH] net-analyzer/pontos: enable py3.13 Signed-off-by: Giuseppe Foti Closes: https://github.com/gentoo/gentoo/pull/39571 Signed-off-by: Florian Schmaus --- net-analyzer/pontos/pontos-24.3.2.ebuild | 2 +- net-analyzer/pontos/pontos-24.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pontos/pontos-24.3.2.ebuild b/net-analyzer/pontos/pontos-24.3.2.ebuild index 4960ceda80963..c765bce54050b 100644 --- a/net-analyzer/pontos/pontos-24.3.2.ebuild +++ b/net-analyzer/pontos/pontos-24.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 diff --git a/net-analyzer/pontos/pontos-24.9.0.ebuild b/net-analyzer/pontos/pontos-24.9.0.ebuild index 64d603abd0821..eb028709e3b31 100644 --- a/net-analyzer/pontos/pontos-24.9.0.ebuild +++ b/net-analyzer/pontos/pontos-24.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1