dev-python/pslab-python: support python3_9

Seems to work fine.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-11-24 14:23:09 +01:00
parent a493d13cd0
commit b9a09f2bf8

View File

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