commit: ee30fd83800f11f4a64a135936b79da00957f99f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 15:11:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 15:11:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee30fd83
dev-python/wsgi_intercept: enable py3.11
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
b/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
index fe2323fdb..2ca6765d0 100644
--- a/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
+++ b/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1