diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-12-02 19:45:42 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-05 15:59:11 +0100 |
commit | 9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3 (patch) | |
tree | 39f0e62f18a758072fe6ba6e16e0d18324d3be0e /net-analyzer | |
parent | sci-misc/jupyterlab-desktop-bin: drop 4.1.8.1-r1, 4.2.1.1 (diff) | |
download | gentoo-9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3.tar.gz gentoo-9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3.tar.bz2 gentoo-9f87a7fcdbb053ec2cfdfac403ae9ea5596dc6b3.zip |
net-analyzer/pontos: enable py3.13
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39571
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pontos/pontos-24.3.2.ebuild | 2 | ||||
-rw-r--r-- | 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 |