summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-05 21:10:53 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-05 21:13:55 +0200
commit2ff8cd79c2be5731b337579998e34185936750d1 (patch)
tree2be27d95049c354a8c2283d397ca4281c9c69def /virtual
parentdev-python/cffi: Enable python3.10 (diff)
downloadgentoo-2ff8cd79c2be5731b337579998e34185936750d1.tar.gz
gentoo-2ff8cd79c2be5731b337579998e34185936750d1.tar.bz2
gentoo-2ff8cd79c2be5731b337579998e34185936750d1.zip
virtual/python-cffi: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-cffi/python-cffi-1.ebuild2
1 files changed, 1 insertions, 1 deletions
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