dev-python/oslo-serialization: Enable py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-22 16:04:07 +02:00
parent 6bd33b7450
commit 7beed01447

View File

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