Skip to content

Commit

Permalink
devel/py-makefun: 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 not reason to limit to 3.9

PR:		275494
Approved by:	portmgr (blanket)
  • Loading branch information
mexicarne committed Dec 3, 2023
1 parent 4135d03 commit f9ce6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-makefun/Makefile
Expand Up @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>=0:devel/py-funcsigs@${PY_FLAVOR}

USES= python:3.8-3.9
USES= python
USE_PYTHON= autoplist concurrent distutils pytest

TEST_ENV= PYTHONPATH=${WRKSRC}/src
Expand Down

0 comments on commit f9ce6b3

Please sign in to comment.