diff options
Diffstat (limited to 'dev-python/httpcore')
| -rw-r--r-- | dev-python/httpcore/httpcore-0.14.7-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/httpcore/httpcore-0.15.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild index 58fcda4426da..eff186740628 100644 --- a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild +++ b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 optfeature diff --git a/dev-python/httpcore/httpcore-0.15.0.ebuild b/dev-python/httpcore/httpcore-0.15.0.ebuild index 3397dc1e674d..061a74f43e1a 100644 --- a/dev-python/httpcore/httpcore-0.15.0.ebuild +++ b/dev-python/httpcore/httpcore-0.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..11} ) +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) inherit distutils-r1 optfeature |
