Skip to content

Commit

Permalink
science/py-scipy: bump minimum Python to 3.9
Browse files Browse the repository at this point in the history
Python 3.8 is no longer supported.

Reported by: Dani I
PR: 272347
  • Loading branch information
vishwin committed Jul 7, 2023
1 parent c1b003f commit b4fe869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/py-scipy/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit b4fe869

Please sign in to comment.