summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-04 21:09:58 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-04 21:09:58 +0200
commit4024d147cbce0a2619bc5716a1adc0d7461147ad (patch)
treedd258471a2e95c03483c88a74803d29715d0bccb
parentadd8b6f15c32b5fd17c5276487be7489df246912 (diff)
dev-python/pytest-httpx: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-httpx/pytest-httpx-0.36.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.36.2.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.36.2.ebuild
index 49926f4b68cc..67a7fe8c2693 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.36.2.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.36.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/Colin-b/pytest_httpx
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi