diff --git a/dev-python/httpcore/httpcore-1.0.8.ebuild b/dev-python/httpcore/httpcore-1.0.8-r1.ebuild similarity index 96% rename from dev-python/httpcore/httpcore-1.0.8.ebuild rename to dev-python/httpcore/httpcore-1.0.8-r1.ebuild index bb3bbca727aec..6fe3baad2eb55 100644 --- a/dev-python/httpcore/httpcore-1.0.8.ebuild +++ b/dev-python/httpcore/httpcore-1.0.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature diff --git a/dev-python/httpcore/httpcore-1.0.9.ebuild b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild similarity index 95% rename from dev-python/httpcore/httpcore-1.0.9.ebuild rename to dev-python/httpcore/httpcore-1.0.9-r1.ebuild index ade906993c345..b6a2544d6b8ee 100644 --- a/dev-python/httpcore/httpcore-1.0.9.ebuild +++ b/dev-python/httpcore/httpcore-1.0.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 optfeature @@ -40,7 +40,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/pytest-trio[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] - ' 3.{10..13}) + ' 3.{11..13}) ) "