summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 12:02:16 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 12:03:45 +0200
commit1cc3bbd671011311b884493bd3c3e1e807e1d652 (patch)
tree39dc561aaac2e8f15926ea9fc0aa8e17d45d82ec /dev-python/urllib3
parentdev-python/PySocks: Enable py3.13 (diff)
downloadgentoo-1cc3bbd671011311b884493bd3c3e1e807e1d652.tar.gz
gentoo-1cc3bbd671011311b884493bd3c3e1e807e1d652.tar.bz2
gentoo-1cc3bbd671011311b884493bd3c3e1e807e1d652.zip
dev-python/urllib3: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r--dev-python/urllib3/urllib3-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-2.2.1.ebuild b/dev-python/urllib3/urllib3-2.2.1.ebuild
index 99f24d1581c1..4c4f790babe2 100644
--- a/dev-python/urllib3/urllib3-2.2.1.ebuild
+++ b/dev-python/urllib3/urllib3-2.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_TESTED=( python3_{10..12} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1 pypi