dev-python/fido2: support python3_10

Builds and installs fine, not tested due to restrictions.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-27 16:02:52 +01:00
parent d0ce71ee8c
commit bdfa8d39e3

View File

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