From efc988864029180c7c9d024bbd7b18f2411cb6d6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 16 Jun 2020 08:42:42 +0200 Subject: dev-python/asgiref: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/asgiref/asgiref-3.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/asgiref') diff --git a/dev-python/asgiref/asgiref-3.2.8.ebuild b/dev-python/asgiref/asgiref-3.2.8.ebuild index 520ccd29acf5..105d875af283 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)" -- cgit v1.2.3-65-gdbad