summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <william.hubbs@sony.com>2020-02-11 12:14:42 -0600
committerWilliam Hubbs <williamh@gentoo.org>2020-02-11 12:27:12 -0600
commite0db6ff1fdefa10e49e97d2bfd4f016cc956f342 (patch)
tree0f29922ba02b41b0f62821ca44a9c8a13d2b0fe5 /dev-python/drf-yasg
parentdev-python/markdown: add python 3.8 to 2.6.11 (diff)
downloadgentoo-e0db6ff1fdefa10e49e97d2bfd4f016cc956f342.tar.gz
gentoo-e0db6ff1fdefa10e49e97d2bfd4f016cc956f342.tar.bz2
gentoo-e0db6ff1fdefa10e49e97d2bfd4f016cc956f342.zip
dev-python/drf-yasg: add python 3.8
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/drf-yasg')
-rw-r--r--dev-python/drf-yasg/drf-yasg-1.17.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild b/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
index 0a70b34bb76d..9a2b03b529f4 100644
--- a/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
+++ b/dev-python/drf-yasg/drf-yasg-1.17.0.ebuild
@@ -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"