commit:     cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 10:01:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 20 10:04:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7a5f7a

dev-python/asgiref: Revert "Bump to python 3.10"

The package triggers DeprecationWarnings that break pytest in revdeps.

Reverts: a3729495f2e6aca4474383da1fcddf210c6975bb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/asgiref/asgiref-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 4e89d432336..e32555868e8 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"

Reply via email to