summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 12:19:59 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 13:03:02 +0200
commit7b8cade79fa8498261f93b7e03f1015b24663451 (patch)
treeb8fea09762025df09242275d82555a5cbe33132a /dev-python/pytest-asyncio
parentdev-libs/uriparser: Fix docs compilation (diff)
downloadgentoo-7b8cade79fa8498261f93b7e03f1015b24663451.tar.gz
gentoo-7b8cade79fa8498261f93b7e03f1015b24663451.tar.bz2
gentoo-7b8cade79fa8498261f93b7e03f1015b24663451.zip
dev-python/pytest-asyncio: Enable py3.13
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.23.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.23.6.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.23.6.ebuild
index a1a22d27efb3..d66fd182e5ed 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.23.6.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.23.6.ebuild
@@ -5,7 +5,7 @@ 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