summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-20 15:05:25 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-20 15:51:07 +0200
commit8e28648f2cbb5c577f72156b149e30cbf7b02725 (patch)
tree9425d9c34885cc1669b8097d8ad603ddde2b46ed /dev-python/httpbin/httpbin-0.7.0-r2.ebuild
parentdev-python/flask: Enable py3.10 (diff)
downloadgentoo-8e28648f2cbb5c577f72156b149e30cbf7b02725.tar.gz
gentoo-8e28648f2cbb5c577f72156b149e30cbf7b02725.tar.bz2
gentoo-8e28648f2cbb5c577f72156b149e30cbf7b02725.zip
dev-python/httpbin: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpbin/httpbin-0.7.0-r2.ebuild')
-rw-r--r--dev-python/httpbin/httpbin-0.7.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
index e680f602c435..8c04217f15d8 100644
--- a/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
+++ b/dev-python/httpbin/httpbin-0.7.0-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1