dev-python/resolvelib: enable py3.10 for 0.5.4 (ansible needs < 0.6)

I verified that tests for this version also pass with Python 3.10.

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-10 00:38:20 +02:00
parent 7ea241174c
commit 6051601d6d

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1