summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-30 21:43:31 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-30 21:50:53 +0200
commitc2d015090351d09469118825bb8cef9a42d0219b (patch)
tree872f5a90957b0a51a09f066a745b6f9894c11a6d /dev-python/httpx
parentdev-python/httpx: Add missing test dep on app-arch/brotli[python] (diff)
downloadgentoo-c2d015090351d09469118825bb8cef9a42d0219b.tar.gz
gentoo-c2d015090351d09469118825bb8cef9a42d0219b.tar.bz2
gentoo-c2d015090351d09469118825bb8cef9a42d0219b.zip
dev-python/httpx: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r--dev-python/httpx/httpx-0.24.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx/httpx-0.24.1.ebuild b/dev-python/httpx/httpx-0.24.1.ebuild
index 7e376b09cf00..b741b719c85c 100644
--- a/dev-python/httpx/httpx-0.24.1.ebuild
+++ b/dev-python/httpx/httpx-0.24.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 optfeature