diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-16 20:59:46 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-16 21:33:39 +0100 |
| commit | 3d8c25543c7935bf8308b0d26ff85d3d5eb009bf (patch) | |
| tree | 962e6e5ff705bd4a4b367f521c1020d8ec975fc1 /dev-python/cheroot | |
| parent | 715102f07b13bbe4df22aca4b6025eaf21955e76 (diff) | |
| download | gentoo-3d8c25543c7935bf8308b0d26ff85d3d5eb009bf.tar.gz gentoo-3d8c25543c7935bf8308b0d26ff85d3d5eb009bf.tar.bz2 gentoo-3d8c25543c7935bf8308b0d26ff85d3d5eb009bf.zip | |
dev-python/cheroot: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
| -rw-r--r-- | dev-python/cheroot/cheroot-10.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cheroot/cheroot-10.0.1.ebuild b/dev-python/cheroot/cheroot-10.0.1.ebuild index 514c6a2219e5..51df5c84396d 100644 --- a/dev-python/cheroot/cheroot-10.0.1.ebuild +++ b/dev-python/cheroot/cheroot-10.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi @@ -72,7 +72,7 @@ python_test() { ) case ${EPYTHON} in - pypy3) + pypy3*) EPYTEST_DESELECT+=( # https://github.com/cherrypy/cheroot/issues/695 cheroot/test/test_conn.py::test_remains_alive_post_unhandled_exception |
