diff options
author | Giuseppe Foti <foti.giuseppe@gmail.com> | 2024-12-07 20:54:08 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-12-07 22:28:56 +0100 |
commit | 4a3df724ee07c3dd9d352e8062902df5bb55eca9 (patch) | |
tree | ecbf659f281195ae5b4b4234b2c9f44a7afa31ab /net-analyzer | |
parent | dev-lang/rust: add 1.76.0-r100 (diff) | |
download | gentoo-4a3df724ee07c3dd9d352e8062902df5bb55eca9.tar.gz gentoo-4a3df724ee07c3dd9d352e8062902df5bb55eca9.tar.bz2 gentoo-4a3df724ee07c3dd9d352e8062902df5bb55eca9.zip |
net-analyzer/python-gvm: 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/python-gvm/python-gvm-24.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild b/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild index e9a3689f3da2..fbbfa1ab59c5 100644 --- a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-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 |