diff options
author | 2025-02-16 15:34:40 +0100 | |
---|---|---|
committer | 2025-02-16 15:45:54 +0100 | |
commit | 0b3eb13896e73aa2cb2f596ea657326bc06792a7 (patch) | |
tree | e209f858606d43b743bfb09bb5505c73111d1fee /dev-python/httpbin/httpbin-0.10.2-r1.ebuild | |
parent | dev-python/decorator: Enable pypy3.11 (diff) | |
download | gentoo-0b3eb13896e73aa2cb2f596ea657326bc06792a7.tar.gz gentoo-0b3eb13896e73aa2cb2f596ea657326bc06792a7.tar.bz2 gentoo-0b3eb13896e73aa2cb2f596ea657326bc06792a7.zip |
dev-python/httpbin: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin/httpbin-0.10.2-r1.ebuild')
-rw-r--r-- | dev-python/httpbin/httpbin-0.10.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpbin/httpbin-0.10.2-r1.ebuild b/dev-python/httpbin/httpbin-0.10.2-r1.ebuild index d6be79735839..d196ef780fb6 100644 --- a/dev-python/httpbin/httpbin-0.10.2-r1.ebuild +++ b/dev-python/httpbin/httpbin-0.10.2-r1.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 optfeature pypi |