From 6051601d6dc3d32bdefd2c9c51a447396dcd386c Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 10 Aug 2021 00:38:20 +0200 Subject: 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 --- dev-python/resolvelib/resolvelib-0.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/resolvelib/resolvelib-0.5.4.ebuild b/dev-python/resolvelib/resolvelib-0.5.4.ebuild index 1857364f0eab..8d48d64f2c27 100644 --- a/dev-python/resolvelib/resolvelib-0.5.4.ebuild +++ b/dev-python/resolvelib/resolvelib-0.5.4.ebuild @@ -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 -- cgit v1.2.3-65-gdbad