summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-01-23 00:06:49 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-01-23 00:40:22 +0100
commit576120f0ef3ffae5a8762376f3b744c8aaddd333 (patch)
tree5564bdbc5896604b236f8c29e65d721b1c6b23d1 /dev-python/botocore/botocore-1.13.46.ebuild
parentdev-python/botocore: bump to v1.14.7 (diff)
downloadgentoo-576120f0ef3ffae5a8762376f3b744c8aaddd333.tar.gz
gentoo-576120f0ef3ffae5a8762376f3b744c8aaddd333.tar.bz2
gentoo-576120f0ef3ffae5a8762376f3b744c8aaddd333.zip
dev-python/botocore: drop Python 3.5 support
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/botocore/botocore-1.13.46.ebuild')
-rw-r--r--dev-python/botocore/botocore-1.13.46.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.13.46.ebuild b/dev-python/botocore/botocore-1.13.46.ebuild
index 58b2573e49f4..8fd7899b8b6b 100644
--- a/dev-python/botocore/botocore-1.13.46.ebuild
+++ b/dev-python/botocore/botocore-1.13.46.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 )
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
inherit distutils-r1