git: b4fe869292e6 - main - science/py-scipy: bump minimum Python to 3.9

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Fri, 07 Jul 2023 06:46:25 UTC
The branch main has been updated by vishwin:

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

commit b4fe869292e67789ea83a690f0ce8d1fb560d3d9
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-07-07 06:44:36 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-07-07 06:44:36 +0000

    science/py-scipy: bump minimum Python to 3.9
    
    Python 3.8 is no longer supported.
    
    Reported by: Dani I
    PR: 272347
---
 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 9a11016e9c23..ef0103e6a33d 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -32,7 +32,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.11 shebangfix
+USES=		compiler:c++14-lang cpe fortran python:3.9-3.11 shebangfix
 USE_PYTHON=	autoplist concurrent cython distutils
 
 FFLAGS+=	-std=legacy