dev-python/pyxdg: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-06-05 20:01:41 +02:00
parent 8660a8c3fb
commit 6abe9ae4e2

View File

@@ -4,7 +4,7 @@
EAPI=7
MY_P="${PN}-rel-${PV}"
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1