summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 21:56:10 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-16 21:59:31 +0200
commitbe81d6075059eaffb04f9e5d789c547bda9e8239 (patch)
tree03a6ad42938f986441784a0c69058104ec83542d
parentnet-misc/lyricwikia: enable py3.11 and disable py3.7 (diff)
downloadgentoo-be81d607.tar.gz
gentoo-be81d607.tar.bz2
gentoo-be81d607.zip
virtual/python-cffi: enable py3.11 and disable py3.7
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-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 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