commit: c776b96e671ada6e69dffa282b6b3eadfc3646c4
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 18:57:03 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 18:52:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c776b96e
dev-python/pytest-httpx: enable py3.10
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
b/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
index 49212ed89c3..89a57541947 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1