dev-python/robot-detection: enable py3.12

Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2024-08-20 03:13:06 +02:00
parent ecb79efc35
commit d744d0233e
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -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"