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

Closes: https://bugs.gentoo.org/848237
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-29 22:43:24 +02:00
parent e46d16752f
commit 1a13b8d98b
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
MY_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1