summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-04 17:48:17 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-04 18:13:48 +0200
commit1b0a2e9c1f76fee5c688e23c500c1abbcafacd3d (patch)
tree6622df2903af009c3cfbce99388107c1cb51bed6 /dev-python/boto3/boto3-9999.ebuild
parentdev-python/s3transfer: Enable py3.10 (diff)
downloadgentoo-1b0a2e9c1f76fee5c688e23c500c1abbcafacd3d.tar.gz
gentoo-1b0a2e9c1f76fee5c688e23c500c1abbcafacd3d.tar.bz2
gentoo-1b0a2e9c1f76fee5c688e23c500c1abbcafacd3d.zip
dev-python/boto3: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/boto3/boto3-9999.ebuild')
-rw-r--r--dev-python/boto3/boto3-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild
index 984809e5128f..666cbfa63e3f 100644
--- a/dev-python/boto3/boto3-9999.ebuild
+++ b/dev-python/boto3/boto3-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="The AWS SDK for Python"