summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-08-04 13:17:46 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-08-13 10:36:27 +0300
commitf4616cb302ca24b6b8da269bf47631304709ba6d (patch)
tree14aae788900ac6a495518581a9ac0436e03dde78 /net-analyzer/shodan/shodan-9999.ebuild
parentnet-analyzer/shodan: drop 1.30.0, 1.30.1 (diff)
downloadgentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.tar.gz
gentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.tar.bz2
gentoo-f4616cb302ca24b6b8da269bf47631304709ba6d.zip
net-analyzer/shodan: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer/shodan/shodan-9999.ebuild')
-rw-r--r--net-analyzer/shodan/shodan-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/shodan/shodan-9999.ebuild b/net-analyzer/shodan/shodan-9999.ebuild
index bc9092e7acc5..3b43e45a96fc 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"