Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2023 06:46:25 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4fe869292e6 - main - science/py-scipy: bump minimum Python to 3.9
Message-ID:  <202307070646.3676kPUi007264@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307070646.3676kPUi007264>