summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-14 14:45:58 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-14 17:54:02 +0100
commitfa96f3f1149d8938bb899fdba3efcb65471682ca (patch)
tree635d252fc6c910aa8f64c129117d783722ef53d1 /dev-python/moto
parentdev-python/moto: Restrict boto3 version due to test failures (diff)
downloadgentoo-fa96f3f1149d8938bb899fdba3efcb65471682ca.tar.gz
gentoo-fa96f3f1149d8938bb899fdba3efcb65471682ca.tar.bz2
gentoo-fa96f3f1149d8938bb899fdba3efcb65471682ca.zip
dev-python/moto: Add py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r--dev-python/moto/moto-2.2.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/moto/moto-2.2.18.ebuild b/dev-python/moto/moto-2.2.18.ebuild
index c5422f9abca3..69c10257be0c 100644
--- a/dev-python/moto/moto-2.2.18.ebuild
+++ b/dev-python/moto/moto-2.2.18.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Mock library for boto"