diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-12-08 16:35:35 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-21 10:04:01 +0100 |
commit | 854362c3a4f4199b2c78cacb0919cc19d1402b60 (patch) | |
tree | 22c6a804c593b53764f26a3a4cbb8ba031fec318 /net-analyzer | |
parent | dev-ruby/tilt: add 2.5.0 (diff) | |
download | gentoo-854362c3a4f4199b2c78cacb0919cc19d1402b60.tar.gz gentoo-854362c3a4f4199b2c78cacb0919cc19d1402b60.tar.bz2 gentoo-854362c3a4f4199b2c78cacb0919cc19d1402b60.zip |
net-analyzer/gvm-tools: enable py3.13
Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gvm-tools/gvm-tools-24.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/gvm-tools/gvm-tools-24.8.0.ebuild b/net-analyzer/gvm-tools/gvm-tools-24.8.0.ebuild index aa9122f4606a..dd4297a0c880 100644 --- a/net-analyzer/gvm-tools/gvm-tools-24.8.0.ebuild +++ b/net-analyzer/gvm-tools/gvm-tools-24.8.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 |