summaryrefslogtreecommitdiff
path: root/math/py-numpy
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-25 15:36:23 +0300
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-28 02:49:11 +0300
commit657b4a5caf6e34f7304323b9d001e74aedf59e88 (patch)
tree7edca72fe1cc3339db2c101c3b0014f5abd6a823 /math/py-numpy
parentdevel/py-flake8-quotes: update to 3.3.0 (diff)
math/py-numpy: mark as not compatible with python 3.10
Approved by: portmgr blanket
Diffstat (limited to 'math/py-numpy')
-rw-r--r--math/py-numpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 7994d4368641..b386436ef6c6 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-USES= compiler:c11 fortran python:3.6+ zip
+USES= compiler:c11 fortran python:3.6-3.9 zip
USE_PYTHON= allflavors autoplist concurrent cython distutils
GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//