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>
This commit is contained in:
Thomas Deutschmann
2020-01-23 00:06:49 +01:00
parent 956d89f305
commit 576120f0ef
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 python3_8 )
PYTHON_COMPAT=( python2_7 python3_6 python3_7 python3_8 )
inherit distutils-r1