diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-09 17:47:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-09 17:47:11 +0200 |
commit | 76fb95c4eae32e63a06ee7d559aa5826920335cb (patch) | |
tree | 5b398965283b5e4d470ef5bbc97efb71e59194cc /net-analyzer | |
parent | net-print/hplip-plugin: Version bump to 3.23.3 (diff) | |
download | gentoo-76fb95c4eae32e63a06ee7d559aa5826920335cb.tar.gz gentoo-76fb95c4eae32e63a06ee7d559aa5826920335cb.tar.bz2 gentoo-76fb95c4eae32e63a06ee7d559aa5826920335cb.zip |
net-analyzer/python-gvm: Enable py3.11
Closes: https://bugs.gentoo.org/897070
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/python-gvm/python-gvm-21.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/python-gvm/python-gvm-21.11.0.ebuild b/net-analyzer/python-gvm/python-gvm-21.11.0.ebuild index 584cc1eb5329..04a6a2b51111 100644 --- a/net-analyzer/python-gvm/python-gvm-21.11.0.ebuild +++ b/net-analyzer/python-gvm/python-gvm-21.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=poetry inherit distutils-r1 |