dev-python/os-resource-classes: enable py3.10

Closes: https://bugs.gentoo.org/848216
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-29 22:36:58 +02:00
parent a0a41302c3
commit cf4fffd94a

View File

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