commit: efa9d5b116bb07578f1a3c24bf09e8f98359dde2
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 11:05:06 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 18:43:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa9d5b1
dev-python/httpcore: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
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 65b6fd3805f..c387ed17664 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