summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-14 10:41:23 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-14 13:58:52 +0200
commitaf7d7a32013b5aa4248a246c5672ff35aef5b651 (patch)
tree9b8d4c9de2400d33c947c63fb74cbb7f1aba1f46 /dev-python
parentf89bb4ed1717f3e947b4b8d037c0e4b72f060f14 (diff)
downloadgentoo-af7d7a32013b5aa4248a246c5672ff35aef5b651.tar.gz
gentoo-af7d7a32013b5aa4248a246c5672ff35aef5b651.tar.bz2
gentoo-af7d7a32013b5aa4248a246c5672ff35aef5b651.zip
dev-python/httpx-socks: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httpx-socks/httpx-socks-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx-socks/httpx-socks-0.10.0.ebuild b/dev-python/httpx-socks/httpx-socks-0.10.0.ebuild
index 545373c60af9..744349cfb9a0 100644
--- a/dev-python/httpx-socks/httpx-socks-0.10.0.ebuild
+++ b/dev-python/httpx-socks/httpx-socks-0.10.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1