diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 17:47:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 18:13:47 +0200 |
commit | 6da03369dd2ef5d50947bc04cbe27c0f2223dd3c (patch) | |
tree | a0332bb463746206b50332a08500d0703b0e6381 /dev-python/s3transfer | |
parent | dev-python/botocore: Enable py3.10 (diff) | |
download | gentoo-6da03369dd2ef5d50947bc04cbe27c0f2223dd3c.tar.gz gentoo-6da03369dd2ef5d50947bc04cbe27c0f2223dd3c.tar.bz2 gentoo-6da03369dd2ef5d50947bc04cbe27c0f2223dd3c.zip |
dev-python/s3transfer: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/s3transfer')
-rw-r--r-- | dev-python/s3transfer/s3transfer-0.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/s3transfer/s3transfer-0.4.2.ebuild b/dev-python/s3transfer/s3transfer-0.4.2.ebuild index 667e731d3da4..b2bb5b6dd9cb 100644 --- a/dev-python/s3transfer/s3transfer-0.4.2.ebuild +++ b/dev-python/s3transfer/s3transfer-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="An Amazon S3 Transfer Manager" |