summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 10:39:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 11:40:50 +0200
commit20d713bd705dae6a7a4348cfb08efc6c2e6ae333 (patch)
tree288c6df1b3c55bf0dad4920973ec2339a4b45383 /dev-python/pytest-httpx
parentdev-python/typeguard: Fix ignoring mypy tests (diff)
downloadgentoo-20d713bd705dae6a7a4348cfb08efc6c2e6ae333.tar.gz
gentoo-20d713bd705dae6a7a4348cfb08efc6c2e6ae333.tar.bz2
gentoo-20d713bd705dae6a7a4348cfb08efc6c2e6ae333.zip
dev-python/pytest-httpx: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpx')
-rw-r--r--dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
index 44b20f584851..fac7c6a1f0a9 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.30.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi