commit: 8e28648f2cbb5c577f72156b149e30cbf7b02725
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 13:05:25 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 20 13:51:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e28648f
dev-python/httpbin: Enable python3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpbin/httpbin-0.7.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
index e680f602c43..8c04217f15d 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1