aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-08-12 11:08:10 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-08-12 11:08:10 +0000
commit1d502c270aa3444812b13df25a50d1af5ea05aba (patch)
tree93c3007c2a57666fb7fef6e33c3f67730d685335
parentfd34eb55a01c4053245245c316e1f252c4853656 (diff)
downloadports-1d502c270aa3444812b13df25a50d1af5ea05aba.tar.gz
ports-1d502c270aa3444812b13df25a50d1af5ea05aba.zip
devel/boost-python-libs: limit python 3.8-3.10 as py-numpy used yet
Whoops, local test adjustments was passed
-rw-r--r--devel/boost-python-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index 3b073f4890ad..f1b6c6662bd4 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -12,7 +12,7 @@ BUILD_DEPENDS= bjam:devel/boost-jam \
${PYNUMPY}
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= python:3.8-3.11 # upper bound inherited from math/py-numpy
+USES= python:3.8-3.10 # upper bound inherited from math/py-numpy
USE_PYTHON= flavors
OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS