From 734dbd9aa88e7f1685461ed2c1620a5e5df69c6f Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Wed, 15 Mar 2023 21:37:05 +0100 Subject: [PATCH] net-analyzer/shodan: enable py3.11 Closes: https://bugs.gentoo.org/897072 Signed-off-by: Mario Haustein Signed-off-by: Sam James --- net-analyzer/shodan/shodan-1.28.0.ebuild | 2 +- net-analyzer/shodan/shodan-9999.ebuild | 2 +- 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 cae4d648ff15c..8c7d7860bc867 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 a33a8491beeab..984c33c3f1f6d 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"