diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-15 13:22:56 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-15 13:59:27 +0200 |
commit | 87173eebba0b28cc956d470db1bced7439602969 (patch) | |
tree | 3e3d6f05e164dc24b5860bd1c516dd7375e5e2d4 /dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild | |
parent | profiles: arm,loong,powerpc,riscv,x86: Mask plasma-nm[openconnect] (diff) | |
download | gentoo-87173eebba0b28cc956d470db1bced7439602969.tar.gz gentoo-87173eebba0b28cc956d470db1bced7439602969.tar.bz2 gentoo-87173eebba0b28cc956d470db1bced7439602969.zip |
dev-python/pytest-aiohttp: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild')
-rw-r--r-- | dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild index 5156acdaadbd..17f52d02cd4d 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |