summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-13 13:01:56 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-13 13:21:24 +0200
commita97955332cd845df4bfe3154b0461a72083732f0 (patch)
treef7e8b7e0583f61ef9734d622078151da78f22929
parentdev-python/keep: enable py3.10 (diff)
downloadgentoo-a97955332cd845df4bfe3154b0461a72083732f0.tar.gz
gentoo-a97955332cd845df4bfe3154b0461a72083732f0.tar.bz2
gentoo-a97955332cd845df4bfe3154b0461a72083732f0.zip
dev-python/httpbin: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/httpbin/httpbin-0.7.0-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
index 4d92daa80f1d..2c08be9f1172 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1