commit: 9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Mon Dec 2 18:45:42 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Thu Dec 5 14:59:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f87a7fc
net-analyzer/pontos: enable py3.13 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39571 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> 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 4960ceda8096..c765bce54050 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 64d603abd082..eb028709e3b3 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
