diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 18:34:12 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 19:01:02 +0200 |
| commit | 8fe959a3e54953457a081543e1e14836ba747c16 (patch) | |
| tree | 5d6ae4d174ef3ab0d0b076dbdab4ecbac0756a8d /dev-python | |
| parent | 6b0fb3d972720dcbcdd9429942083cfb23c4fc5a (diff) | |
| download | gentoo-8fe959a3e54953457a081543e1e14836ba747c16.tar.gz gentoo-8fe959a3e54953457a081543e1e14836ba747c16.tar.bz2 gentoo-8fe959a3e54953457a081543e1e14836ba747c16.zip | |
dev-python/aioresponses: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/aioresponses/aioresponses-0.7.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aioresponses/aioresponses-0.7.6.ebuild b/dev-python/aioresponses/aioresponses-0.7.6.ebuild index 9af64863e3e4..791d9dc46424 100644 --- a/dev-python/aioresponses/aioresponses-0.7.6.ebuild +++ b/dev-python/aioresponses/aioresponses-0.7.6.ebuild @@ -1,10 +1,10 @@ -# 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 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |
