git: f9ce6b335dc2 - main - devel/py-makefun: relax python version requirement

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Sun, 03 Dec 2023 12:30:34 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24

commit f9ce6b335dc226a2e9394f25d28e5fbe1bcbea24
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-12-03 12:29:52 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-12-03 12:29:52 +0000

    devel/py-makefun: relax python version requirement
    
    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)
---
 devel/py-makefun/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-makefun/Makefile b/devel/py-makefun/Makefile
index 0c70fad078ae..66e8ab7aae5f 100644
--- a/devel/py-makefun/Makefile
+++ b/devel/py-makefun/Makefile
@@ -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