summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-28 14:34:15 +0100
committerSam James <sam@gentoo.org>2022-10-28 14:34:23 +0100
commit05d4d793fcf47a04e41cf9b589f17cc81c9c26c1 (patch)
tree44af3caaec45cd1865d14cac35a623500e71e60a
parentdev-python/treq: enable py3.11 (diff)
downloadgentoo-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>
-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 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"