Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/wsgi_intercept/
Date: Sat, 28 May 2022 15:15:52
Message-Id: 1653750663.ee30fd83800f11f4a64a135936b79da00957f99f.Alessandro-Barbieri@gentoo
1 commit: ee30fd83800f11f4a64a135936b79da00957f99f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 28 15:11:03 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat May 28 15:11:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee30fd83
7
8 dev-python/wsgi_intercept: enable py3.11
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild b/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
16 index fe2323fdb..2ca6765d0 100644
17 --- a/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
18 +++ b/dev-python/wsgi_intercept/wsgi_intercept-1.10.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 inherit distutils-r1