From d744d0233ea69b6bcec1b1095ebf436a7f2aff29 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 20 Aug 2024 03:13:06 +0200 Subject: [PATCH] dev-python/robot-detection: enable py3.12 Signed-off-by: Alarig Le Lay --- dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild index 8e00270..b055a7a 100644 --- a/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild +++ b/dev-python/robot-detection/robot-detection-0.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Module to detect if a given HTTP User Agent is a web crawler"