git: 780da110ff63 - main - devel/boost-python-libs: follow python limits from math/py-numpy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 May 2022 13:27:20 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=780da110ff633ea339f21820b11c468ecb027a5a
commit 780da110ff633ea339f21820b11c468ecb027a5a
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-29 13:23:42 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-29 13:27:10 +0000
devel/boost-python-libs: follow python limits from math/py-numpy
---
devel/boost-python-libs/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index 11355237671c..8d2ec16a2d56 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -13,7 +13,7 @@ BUILD_DEPENDS= bjam:devel/boost-jam \
${PYNUMPY}
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= python:3.7-3.9 # 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