diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-24 13:27:24 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-24 13:27:29 +0200 |
commit | ff84fdaec867c47525de8e8510963a35a5164c7d (patch) | |
tree | 638f5ec7a7e02f1527a46f2c8fbc5089fa14c124 /dev-python/aiohttp-cors | |
parent | linux-mod.eclass: respect INSTALL_MOD_PATH (diff) | |
download | gentoo-ff84fdaec867c47525de8e8510963a35a5164c7d.tar.gz gentoo-ff84fdaec867c47525de8e8510963a35a5164c7d.tar.bz2 gentoo-ff84fdaec867c47525de8e8510963a35a5164c7d.zip |
dev-python/aiohttp-cors: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-cors')
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild index 52babaa5ce55..502919c6a8bd 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r1.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.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 |