dev-python/pyscard: support python3_10

Builds, tests and installs fine.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-05-27 15:55:46 +01:00
parent 3af4990092
commit d0ce71ee8c

View File

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