dev-python/djangorestframework: add python3_8 to 3.10.3

Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2020-02-11 12:28:57 -06:00
committed by William Hubbs
parent e0db6ff1fd
commit e28a73813f

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Web APIs with django made easy"