Skip to content

Commit

Permalink
devel/py-tinyarray: relax python version requirement
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mexicarne committed Dec 3, 2023
1 parent f9ce6b3 commit d90d87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-tinyarray/Makefile
Expand Up @@ -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>

0 comments on commit d90d87d

Please sign in to comment.