dev-python/drf-yasg: add python 3.8
authorWilliam Hubbs <william.hubbs@sony.com>
Tue, 11 Feb 2020 18:14:42 +0000 (12:14 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 11 Feb 2020 18:27:12 +0000 (12:27 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-python/drf-yasg/drf-yasg-1.17.0.ebuild

index 0a70b34bb76d1417e873052fb223f22dec602828..9a2b03b529f499f5cb6e304cdddb18c469adccbe 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
 inherit distutils-r1
 
 DESCRIPTION="Automated generation of Swagger/OpenAPI 2.0 schemas from Django Rest framework"