commit: c782df55176e6453946f99198aebf5b0cb985cdf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 14 10:31:49 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 12:29:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c782df55
dev-python/httpretty: Tested on py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpretty/httpretty-1.1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpretty/httpretty-1.1.4.ebuild
b/dev-python/httpretty/httpretty-1.1.4.ebuild
index 65a13e0c7745..ebb43b2a8e5d 100644
--- a/dev-python/httpretty/httpretty-1.1.4.ebuild
+++ b/dev-python/httpretty/httpretty-1.1.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="HTTP client mock for Python"