From efa9d5b116bb07578f1a3c24bf09e8f98359dde2 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Mon, 19 Jul 2021 13:05:06 +0200 Subject: [PATCH] dev-python/httpcore: enable py3.10 Signed-off-by: Louis Sautier --- dev-python/httpcore/httpcore-0.13.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild b/dev-python/httpcore/httpcore-0.13.6.ebuild index 65b6fd3805fc..c387ed17664c 100644 --- a/dev-python/httpcore/httpcore-0.13.6.ebuild +++ b/dev-python/httpcore/httpcore-0.13.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1