git: cf61f740015a - main - devel/boost-python-libs: remove irrelevant python version limitation

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Mon, 31 Oct 2022 17:28:01 UTC
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf61f740015a953554a76f9fbe197d05f6bf41d2

commit cf61f740015a953554a76f9fbe197d05f6bf41d2
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-10-31 10:46:03 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-10-31 17:14:40 +0000

    devel/boost-python-libs: remove irrelevant python version limitation
    
    PR:             267362
---
 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 c7d4f5d6a496..d55b6d233cbc 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.8-3.10  # upper bound inherited from math/py-numpy
+USES=		python:3.8+
 USE_PYTHON=	flavors
 
 OPTIONS_DEFINE=	DEBUG OPTIMIZED_CFLAGS