Skip to content

Commit

Permalink
devel/boost-python-libs: limit python 3.8-3.10 as py-numpy used yet
Browse files Browse the repository at this point in the history
Whoops, local test adjustments was passed
  • Loading branch information
fluffykhv committed Aug 12, 2022
1 parent fd34eb5 commit 1d502c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/boost-python-libs/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 1d502c2

Please sign in to comment.