diff options
author | 2025-02-16 21:00:47 +0100 | |
---|---|---|
committer | 2025-02-16 21:33:27 +0100 | |
commit | da1442889c0e65fbeb93c0594cde5b4552426c69 (patch) | |
tree | 07d5ee07b85a1ee7fe87933f21d6c91f4ae79ae3 /dev-python/waitress | |
parent | dev-python/pyquery: Enable pypy3.11 (diff) | |
download | gentoo-da1442889c0e65fbeb93c0594cde5b4552426c69.tar.gz gentoo-da1442889c0e65fbeb93c0594cde5b4552426c69.tar.bz2 gentoo-da1442889c0e65fbeb93c0594cde5b4552426c69.zip |
dev-python/waitress: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/waitress')
-rw-r--r-- | dev-python/waitress/waitress-3.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/waitress/waitress-3.0.2.ebuild b/dev-python/waitress/waitress-3.0.2.ebuild index 345a0d4b94bb..123b6f771e12 100644 --- a/dev-python/waitress/waitress-3.0.2.ebuild +++ b/dev-python/waitress/waitress-3.0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 pypi |