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