app-admin/ansible: enable py3.10

Builds, tests and installs fine, explicitly depends on versions of
ansible-base which do support py3.10.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2021-11-26 14:33:07 +01:00
parent 0021f05741
commit 80eaa5b800

View File

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