Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-cffi/
Date: Mon, 16 May 2022 19:59:44
Message-Id: 1652731171.be81d6075059eaffb04f9e5d789c547bda9e8239.andrewammerlaan@gentoo
1 commit: be81d6075059eaffb04f9e5d789c547bda9e8239
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 19:56:10 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 19:59:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be81d607
7
8 virtual/python-cffi: enable py3.11 and disable py3.7
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 virtual/python-cffi/python-cffi-1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild
16 index 49d3fe77d23b..ab6f4a42aba4 100644
17 --- a/virtual/python-cffi/python-cffi-1.ebuild
18 +++ b/virtual/python-cffi/python-cffi-1.ebuild
19 @@ -4,7 +4,7 @@
20 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 inherit python-r1