diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 12:01:36 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 12:07:00 +0200 |
commit | 976e67182c6a31e30ef7ba9e84cd2b8f91d4a487 (patch) | |
tree | cf939acab549208ef4dfaaa68752f36b0b1bf0b0 /dev-python/aiohttp-cors | |
parent | app-misc/linux-logo: Stabilize 6.01 x86, #933637 (diff) | |
download | gentoo-976e67182c6a31e30ef7ba9e84cd2b8f91d4a487.tar.gz gentoo-976e67182c6a31e30ef7ba9e84cd2b8f91d4a487.tar.bz2 gentoo-976e67182c6a31e30ef7ba9e84cd2b8f91d4a487.zip |
dev-python/aiohttp-cors: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-cors')
-rw-r--r-- | dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild index 3b66370dac42..ced5f10eb24a 100644 --- a/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild +++ b/dev-python/aiohttp-cors/aiohttp-cors-0.7.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 |