dev-python/fcl: Port up to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-17 15:39:58 +01:00
parent 5f70259bc2
commit 3989ae4477

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..7} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1