diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 11:20:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 11:32:21 +0200 |
commit | d3e1392fb95cf5f6153646db85473c7577260e21 (patch) | |
tree | 70bf1874c628bc6868983dd549f694af3cb72f63 /dev-python/urllib3 | |
parent | dev-python/urllib3: Use PEP517 build (diff) | |
download | gentoo-d3e1392fb95cf5f6153646db85473c7577260e21.tar.gz gentoo-d3e1392fb95cf5f6153646db85473c7577260e21.tar.bz2 gentoo-d3e1392fb95cf5f6153646db85473c7577260e21.zip |
dev-python/urllib3: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r-- | dev-python/urllib3/urllib3-1.26.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild index 13a71d8e1a84..4bfc51d75d66 100644 --- a/dev-python/urllib3/urllib3-1.26.9-r1.ebuild +++ b/dev-python/urllib3/urllib3-1.26.9-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 @@ -41,7 +41,7 @@ BDEPEND=" dev-python/pytest-freezegun[\${PYTHON_USEDEP}] >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}] >=www-servers/tornado-4.2.1[\${PYTHON_USEDEP}] - " python3_{8..10}) + " python3_{8..11}) ) " @@ -49,7 +49,7 @@ python_test() { local -x CI=1 # FIXME: get tornado ported # please keep in sync with BDEPEND! - if ! has "${EPYTHON}" python3.{8..10}; then + if ! has "${EPYTHON}" python3.{8..11}; then einfo "Skipping tests on ${EPYTHON}" return fi |