commit:     8518c9a9324b6eaefa1ffdc210f3510989b62d79
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sat Oct  7 09:58:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 11:48:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8518c9a9

net-analyzer/shodan: enable py3.12

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/shodan/shodan-1.30.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.30.0.ebuild 
b/net-analyzer/shodan/shodan-1.30.0.ebuild
index a1e825dc461b..e934d6ec63e7 100644
--- a/net-analyzer/shodan/shodan-1.30.0.ebuild
+++ b/net-analyzer/shodan/shodan-1.30.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 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 c530e8f47fb4..bc9092e7acc5 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_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="The official Python library for Shodan"

Reply via email to