summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-24 10:33:36 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-24 10:33:36 +0200
commit9c0c6bd3487314b79323d09bbe0aa66bd5dc2a09 (patch)
tree1f40401fffedac7ff57b2eaa91fa3b0c1e2503e1 /dev-python/pytest-asyncio
parentdev-python/pytest-xdist: Remove py3.12 deselects, pytest is patched (diff)
downloadgentoo-9c0c6bd3487314b79323d09bbe0aa66bd5dc2a09.tar.gz
gentoo-9c0c6bd3487314b79323d09bbe0aa66bd5dc2a09.tar.bz2
gentoo-9c0c6bd3487314b79323d09bbe0aa66bd5dc2a09.zip
dev-python/pytest-asyncio: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r--dev-python/pytest-asyncio/pytest-asyncio-0.21.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.21.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.21.0.ebuild
index adb95f71c520..95e4d0ec3e7a 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.21.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.21.0.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