summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2021-07-24 19:15:49 +0300
committerMichał Górny <mgorny@gentoo.org>2021-07-29 20:46:52 +0200
commit20c6bcfade2f60aa150034f4b8ab619e76be6544 (patch)
treec0d1d084f40d624a6b6bc45c5841664d4f92fed3 /dev-python/pytest-aiohttp
parentdev-python/async_timeout: enable py3.10 (diff)
downloadgentoo-20c6bcfade2f60aa150034f4b8ab619e76be6544.tar.gz
gentoo-20c6bcfade2f60aa150034f4b8ab619e76be6544.tar.bz2
gentoo-20c6bcfade2f60aa150034f4b8ab619e76be6544.zip
dev-python/pytest-aiohttp: enable py3.10 and disable py3.7
Signed-off-by: Arthur Zamarin <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-aiohttp')
-rw-r--r--dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
index f1ed8d58d2dd..122c4ebbdb2b 100644
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1