summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/urllib3/urllib3-1.26.14.ebuild')
-rw-r--r--dev-python/urllib3/urllib3-1.26.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.14.ebuild b/dev-python/urllib3/urllib3-1.26.14.ebuild
index 0b77957e4251..050cfa3d69a9 100644
--- a/dev-python/urllib3/urllib3-1.26.14.ebuild
+++ b/dev-python/urllib3/urllib3-1.26.14.ebuild
@@ -5,7 +5,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1