diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 12:42:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2023-12-03 12:42:05 +0000 |
commit | d90d87d549c24293d5468bed85dd48d9ec015779 (patch) | |
tree | 1816df57226d73791fe5ed643229925989687035 | |
parent | f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24 (diff) |
devel/py-tinyarray: relax python version requirement
Tested in Python 3.11 virtualenv with samples from official docs - worked,
so no reason to limit to 3.9
PR: 275494
Approved by: portmgr (blanket)
-rw-r--r-- | devel/py-tinyarray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-tinyarray/Makefile b/devel/py-tinyarray/Makefile index 91eb4b860596..9de4d187c737 100644 --- a/devel/py-tinyarray/Makefile +++ b/devel/py-tinyarray/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:3.8-3.9 +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> |