aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:58 +0000
commita823af8c9feef4f2f851668e35fa703d39f33f75 (patch)
treebd7cb37c08787c609ad3d5e3f9b0ee27421374e1
parent64249cff03557ea1e2ed53a7090866cdaa103257 (diff)
downloadports-a823af8c9feef4f2f851668e35fa703d39f33f75.tar.gz
ports-a823af8c9feef4f2f851668e35fa703d39f33f75.zip
math/py-gym: Update USES=python
math/py-numpy requires Python 3.8+
-rw-r--r--math/py-gym/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile
index fd6bed466ee7..8958c21029ab 100644
--- a/math/py-gym/Makefile
+++ b/math/py-gym/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0:devel/py-cloudpickle@${PY
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes