dev-python/auditok: enable py3.11

Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto 2023-01-11 14:57:32 +01:00
parent d80883cb09
commit 0b3505f10b
No known key found for this signature in database
GPG Key ID: C44BA4D73A21E89F

View File

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