diff options
Diffstat (limited to 'dev-python/httpx')
| -rw-r--r-- | dev-python/httpx/httpx-0.23.3-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/httpx/httpx-0.24.0.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/httpx/httpx-0.24.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/httpx/httpx-0.23.3-r1.ebuild b/dev-python/httpx/httpx-0.23.3-r1.ebuild index cf3226521a58..064a670fe36e 100644 --- a/dev-python/httpx/httpx-0.23.3-r1.ebuild +++ b/dev-python/httpx/httpx-0.23.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 optfeature # docs diff --git a/dev-python/httpx/httpx-0.24.0.ebuild b/dev-python/httpx/httpx-0.24.0.ebuild index b48825165ef9..f793fbe2ebf6 100644 --- a/dev-python/httpx/httpx-0.24.0.ebuild +++ b/dev-python/httpx/httpx-0.24.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 optfeature diff --git a/dev-python/httpx/httpx-0.24.1.ebuild b/dev-python/httpx/httpx-0.24.1.ebuild index 0912c3ade94e..0ccc82de8fee 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=( python3_{7,8,9,10,11} pypy3 ) inherit distutils-r1 optfeature |
