dev-python/parsedatetime: Python 3.8 compatibility

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-04-18 13:19:51 -04:00
parent 15efad1658
commit e37ef10f5c

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{6..7} )
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1