dev-python/libnacl: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-05 16:14:17 +02:00
parent 2f471bc09a
commit e8587f1d66

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=(python3_{7..9})
PYTHON_COMPAT=(python3_{8..10})
inherit distutils-r1
DESCRIPTION="Python ctypes wrapper for libsodium"