commit: efc988864029180c7c9d024bbd7b18f2411cb6d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 06:42:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 08:18:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc98886
dev-python/asgiref: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asgiref/asgiref-3.2.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/asgiref/asgiref-3.2.8.ebuild
b/dev-python/asgiref/asgiref-3.2.8.ebuild
index 520ccd29acf..105d875af28 100644
--- a/dev-python/asgiref/asgiref-3.2.8.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="ASGI utilities (successor to WSGI)"