git: 3d5a4f450883 - main - astro/py-pyerfa: Update python version

From: Wen Heping <wen_at_FreeBSD.org>
Date: Sun, 23 Apr 2023 12:05:34 UTC
The branch main has been updated by wen:

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

commit 3d5a4f4508835f9230516efc3e96d1499b0a8ae5
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-04-23 11:58:40 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-04-23 12:03:04 +0000

    astro/py-pyerfa: Update python version
---
 astro/py-pyerfa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro/py-pyerfa/Makefile b/astro/py-pyerfa/Makefile
index f3f25ac95b9e..55cc3555244d 100644
--- a/astro/py-pyerfa/Makefile
+++ b/astro/py-pyerfa/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.17.0,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		python:3.6-3.9
+USES=		python:3.7+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>