dev-python/oslo-limit: enable py3.10

Closes: https://bugs.gentoo.org/848234
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-29 22:41:11 +02:00
parent bf1f60cbb3
commit dfc76d93f6

View File

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