dev-python/b2sdk-1.21.0: update PYTHON_COMPAT

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
Wolfgang E. Sanyer 2024-04-02 22:33:10 -04:00
parent 18e8e76966
commit d3103e4848
No known key found for this signature in database
GPG Key ID: E368994EC30892FC

View File

@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_10 python3_11)
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
inherit distutils-r1
DESCRIPTION="The client library for BackBlaze's B2 product"