aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-01-12 12:40:54 +0100
commit013a94d87d9a4ff23a9db6e4f02ae7d113580f2d (patch)
treeef9f1cd48fc27f69a22f4f2a68ce9600289606d3 /dev-libs
parentdev-python/pytorch-lightning: disable py3.8, py3.9 (diff)
downloadsci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.gz
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.tar.bz2
sci-013a94d87d9a4ff23a9db6e4f02ae7d113580f2d.zip
*/*: drop py3.8 and py3.9 where py3.10+ already enabled
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/lief/lief-0.11.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/lief/lief-0.11.5.ebuild b/dev-libs/lief/lief-0.11.5.ebuild
index 519729525..c2c38e5ba 100644
--- a/dev-libs/lief/lief-0.11.5.ebuild
+++ b/dev-libs/lief/lief-0.11.5.ebuild
@@ -4,7 +4,7 @@
EAPI=7
CMAKE_ECLASS=cmake
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_10 pypy3 )
# Upstream has two alternate approaches to building its Python API:
# 1. A working "CMakeList.txt" only supporting a single Python target.