summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-09 11:13:35 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-09 11:20:04 +0200
commit3c5224afe92d3d80d4ab82987afe2b633e3fcecb (patch)
tree014426af330d808afacb9356b2259496a12078e0 /dev-python
parentdev-python/treq: fix doc generation (diff)
downloadgentoo-3c5224afe92d3d80d4ab82987afe2b633e3fcecb.tar.gz
gentoo-3c5224afe92d3d80d4ab82987afe2b633e3fcecb.tar.bz2
gentoo-3c5224afe92d3d80d4ab82987afe2b633e3fcecb.zip
dev-python/klein: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/klein/klein-21.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/klein/klein-21.8.0.ebuild b/dev-python/klein/klein-21.8.0.ebuild
index c8361e18ddc9..c75366af0dcc 100644
--- a/dev-python/klein/klein-21.8.0.ebuild
+++ b/dev-python/klein/klein-21.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="micro-framework for developing production-ready web services with Python"