summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2023-03-15 21:37:05 +0100
committerSam James <sam@gentoo.org>2023-03-19 03:12:51 +0000
commit734dbd9aa88e7f1685461ed2c1620a5e5df69c6f (patch)
tree70c4bfd43d0907e65f8a8b324f46498fc021740d
parentdev-libs/openssl: remove unused file (diff)
downloadgentoo-734dbd9a.tar.gz
gentoo-734dbd9a.tar.bz2
gentoo-734dbd9a.zip
net-analyzer/shodan: enable py3.11
Closes: https://bugs.gentoo.org/897072 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/shodan/shodan-1.28.0.ebuild2
-rw-r--r--net-analyzer/shodan/shodan-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild
index cae4d648ff15..8c7d7860bc86 100644
--- a/net-analyzer/shodan/shodan-1.28.0.ebuild
+++ b/net-analyzer/shodan/shodan-1.28.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="The official Python library for Shodan"
diff --git a/net-analyzer/shodan/shodan-9999.ebuild b/net-analyzer/shodan/shodan-9999.ebuild
index a33a8491beea..984c33c3f1f6 100644
--- a/net-analyzer/shodan/shodan-9999.ebuild
+++ b/net-analyzer/shodan/shodan-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="The official Python library for Shodan"