dev-python/cloudscraper: Update to python 3.12

Closes: https://bugs.gentoo.org/952147

Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Part-of: https://github.com/gentoo/gentoo/pull/41358
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Ekaterina Vaartis 2025-03-29 00:04:20 +03:00 committed by Sam James
parent 5172e40a62
commit dd389c73f1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1 optfeature