From 2ff8cd79c2be5731b337579998e34185936750d1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 May 2021 21:10:53 +0200 Subject: virtual/python-cffi: Enable python3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- virtual/python-cffi/python-cffi-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virtual/python-cffi') diff --git a/virtual/python-cffi/python-cffi-1.ebuild b/virtual/python-cffi/python-cffi-1.ebuild index a0c5152fd180..893a6e8d6824 100644 --- a/virtual/python-cffi/python-cffi-1.ebuild +++ b/virtual/python-cffi/python-cffi-1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit python-r1 -- cgit v1.2.3-65-gdbad