dev-python/jaraco-classes: Port to py39

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-27 09:06:08 +02:00
parent 30423bc17f
commit 07e1e4af93

View File

@@ -4,7 +4,7 @@
EAPI=7
# Tests fail with pypy
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1