commit:     2ff8cd79c2be5731b337579998e34185936750d1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  5 19:10:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  5 19:13:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff8cd79

virtual/python-cffi: Enable python3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 virtual/python-cffi/python-cffi-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-cffi/python-cffi-1.ebuild 
b/virtual/python-cffi/python-cffi-1.ebuild
index a0c5152fd18..893a6e8d682 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
 

Reply via email to