dev-python/funcparserlib-0.3.6-r1: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-30 21:56:06 +01:00
parent 5adad1c8cd
commit fc99644b07

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
inherit distutils-r1