diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-09 11:13:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-09 11:20:04 +0200 |
commit | 3c5224afe92d3d80d4ab82987afe2b633e3fcecb (patch) | |
tree | 014426af330d808afacb9356b2259496a12078e0 /dev-python/klein | |
parent | dev-python/treq: fix doc generation (diff) | |
download | gentoo-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/klein')
-rw-r--r-- | dev-python/klein/klein-21.8.0.ebuild | 2 |
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" |