diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 15:59:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 15:59:12 +0200 |
commit | 1a1a00d9a552a90ce0939c9664fe826457c6a5f7 (patch) | |
tree | cfad092607e8c5e28c38c7218963242c43d2437a /dev-python/pytest-aiohttp | |
parent | dev-python/prettytable: Enable py3.12 (diff) | |
download | gentoo-1a1a00d9a552a90ce0939c9664fe826457c6a5f7.tar.gz gentoo-1a1a00d9a552a90ce0939c9664fe826457c6a5f7.tar.bz2 gentoo-1a1a00d9a552a90ce0939c9664fe826457c6a5f7.zip |
dev-python/pytest-aiohttp: Enable py3.12
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-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild index f16f1f72a8f8..5156acdaadbd 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |