aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-25 12:36:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-27 23:49:11 +0000
commit657b4a5caf6e34f7304323b9d001e74aedf59e88 (patch)
tree7edca72fe1cc3339db2c101c3b0014f5abd6a823 /math
parente0cf626ee5444b28b4667f3cb8d019ee52c892d7 (diff)
downloadports-657b4a5caf6e34f7304323b9d001e74aedf59e88.tar.gz
ports-657b4a5caf6e34f7304323b9d001e74aedf59e88.zip
math/py-numpy: mark as not compatible with python 3.10
Approved by: portmgr blanket
Diffstat (limited to 'math')
-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//