From be81d6075059eaffb04f9e5d789c547bda9e8239 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 16 May 2022 21:56:10 +0200 Subject: virtual/python-cffi: enable py3.11 and disable py3.7 Signed-off-by: Andrew Ammerlaan --- virtual/python-cffi/python-cffi-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual') diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild index 49d3fe77d23b..ab6f4a42aba4 100644 --- a/virtual/python-cffi/python-cffi-1.ebuild +++ b/virtual/python-cffi/python-cffi-1.ebuild @@ -4,7 +4,7 @@ # please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit python-r1 -- cgit v1.2.3-65-gdbad