commit:     7879e10e17d28b7b5558e0b63a51b77614d97880
Author:     Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri May 21 18:03:14 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:18:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7879e10e

dev-python/yarl: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/yarl/yarl-1.6.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/yarl/yarl-1.6.3.ebuild 
b/dev-python/yarl/yarl-1.6.3.ebuild
index dd7465b9038..edbd4058757 100644
--- a/dev-python/yarl/yarl-1.6.3.ebuild
+++ b/dev-python/yarl/yarl-1.6.3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 
@@ -19,7 +20,7 @@ RDEPEND="
        >=dev-python/idna-2.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
-       ' python3_{6,7} pypy3)
+       ' python3_7 pypy3)
 "
 
 distutils_enable_tests pytest

Reply via email to