git: d3f88f868b70 - main - science/py-scipy: Relax USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 27 May 2023 23:55:57 UTC
The branch main has been updated by sunpoet:

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

commit d3f88f868b7029a1d71b751f56650927c17b0090
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 23:27:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 23:44:42 +0000

    science/py-scipy: Relax USES=python
    
    PR:             270103
    Reference:      https://github.com/scipy/scipy/blob/v1.10.0/setup.py#L455
---
 science/py-scipy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 9f5326990fee..f4878d5d8efa 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -33,7 +33,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy2>0:math/py-gmpy2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-umfpack>0:math/py-scikit-umfpack@${PY_FLAVOR}
 
-USES=		compiler:c++14-lang cpe fortran python:3.8-3.10 shebangfix
+USES=		compiler:c++14-lang cpe fortran python:3.8-3.11 shebangfix
 USE_PYTHON=	autoplist concurrent cython distutils
 
 FFLAGS+=	-std=legacy