From f4616cb302ca24b6b8da269bf47631304709ba6d Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Sun, 4 Aug 2024 13:17:46 +0200 Subject: [PATCH] net-analyzer/shodan: enable py3.13 Signed-off-by: Mario Haustein Signed-off-by: Joonas Niilola --- net-analyzer/shodan/shodan-1.31.0.ebuild | 2 +- net-analyzer/shodan/shodan-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/shodan/shodan-1.31.0.ebuild b/net-analyzer/shodan/shodan-1.31.0.ebuild index be21ef2b17354..5e83b0982eb64 100644 --- a/net-analyzer/shodan/shodan-1.31.0.ebuild +++ b/net-analyzer/shodan/shodan-1.31.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) 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 bc9092e7acc58..3b43e45a96fc7 100644 --- a/net-analyzer/shodan/shodan-9999.ebuild +++ b/net-analyzer/shodan/shodan-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="The official Python library for Shodan"