summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-01 08:48:15 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-01 09:13:36 +0300
commit6b1e6c03fac06b43b0099e5b799ca36628a9a1d4 (patch)
tree41beccf15bef21755bb5d4aefed3700a71f2100d
parentsys-apps/sandbox: Update SRC_URI (diff)
downloadgentoo-6b1e6c03.tar.gz
gentoo-6b1e6c03.tar.bz2
gentoo-6b1e6c03.zip
dev-python/oslotest: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/oslotest/oslotest-4.5.0.ebuild2
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"