dev-python/casttube: add py3_{8,9}

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-12-02 16:57:43 -05:00
parent e0e7c304c7
commit 9439546137

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="casttube provides a way to interact with the Youtube Chromecast api."