diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-14 11:51:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-14 11:54:25 +0200 |
commit | 2ae40d2a7254a21cfb82e87982e26a19188cda2d (patch) | |
tree | fc66b7cdf58575ce9ff1c47a8aeab8f5c14904ad /dev-python/httpbin | |
parent | dev-python/flasgger: Enable py3.13 (diff) | |
download | gentoo-2ae40d2a7254a21cfb82e87982e26a19188cda2d.tar.gz gentoo-2ae40d2a7254a21cfb82e87982e26a19188cda2d.tar.bz2 gentoo-2ae40d2a7254a21cfb82e87982e26a19188cda2d.zip |
dev-python/httpbin: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin')
-rw-r--r-- | dev-python/httpbin/httpbin-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.10.2.ebuild b/dev-python/httpbin/httpbin-0.10.2.ebuild index 6aecdd6bc65a..cf036cbb5bba 100644 --- a/dev-python/httpbin/httpbin-0.10.2.ebuild +++ b/dev-python/httpbin/httpbin-0.10.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 optfeature pypi |