dev-python/pynacl: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-04 19:47:37 +02:00
parent ff39a4f8c0
commit 04e4848b92

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9})
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1