diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-01 08:48:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-01 09:13:36 +0300 |
commit | 6b1e6c03fac06b43b0099e5b799ca36628a9a1d4 (patch) | |
tree | 41beccf15bef21755bb5d4aefed3700a71f2100d /dev-python/oslotest | |
parent | sys-apps/sandbox: Update SRC_URI (diff) | |
download | gentoo-6b1e6c03fac06b43b0099e5b799ca36628a9a1d4.tar.gz gentoo-6b1e6c03fac06b43b0099e5b799ca36628a9a1d4.tar.bz2 gentoo-6b1e6c03fac06b43b0099e5b799ca36628a9a1d4.zip |
dev-python/oslotest: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/oslotest')
-rw-r--r-- | dev-python/oslotest/oslotest-4.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslotest/oslotest-4.5.0.ebuild b/dev-python/oslotest/oslotest-4.5.0.ebuild index d54ffc620182..2f853dd73397 100644 --- a/dev-python/oslotest/oslotest-4.5.0.ebuild +++ b/dev-python/oslotest/oslotest-4.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Oslo test framework" |