diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 14:34:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 14:34:23 +0100 |
commit | 05d4d793fcf47a04e41cf9b589f17cc81c9c26c1 (patch) | |
tree | 44af3caaec45cd1865d14cac35a623500e71e60a /dev-python/klein | |
parent | dev-python/treq: enable py3.11 (diff) | |
download | gentoo-05d4d793fcf47a04e41cf9b589f17cc81c9c26c1.tar.gz gentoo-05d4d793fcf47a04e41cf9b589f17cc81c9c26c1.tar.bz2 gentoo-05d4d793fcf47a04e41cf9b589f17cc81c9c26c1.zip |
dev-python/klein: enable py3.11
Closes: https://bugs.gentoo.org/865677
Signed-off-by: Sam James <sam@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 40ab5c966c28..da5e00f51a2b 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..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="micro-framework for developing production-ready web services with Python" |