git: cc2a2a756a4e - main - databases/py-firebirdsql: limit supported python versions

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Thu, 28 Oct 2021 12:02:37 UTC
The branch main has been updated by amdmi3:

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

commit cc2a2a756a4e8c1883931c073641da81ad9b57b0
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-10-28 11:38:45 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-10-28 11:46:09 +0000

    databases/py-firebirdsql: limit supported python versions
    
    ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py)
    
    Approved by:    portmgr blanket
---
 databases/py-firebirdsql/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/py-firebirdsql/Makefile b/databases/py-firebirdsql/Makefile
index 5610f55d0f75..1fa2811421b7 100644
--- a/databases/py-firebirdsql/Makefile
+++ b/databases/py-firebirdsql/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Python DBAPI module for FirebirdSQL
 LICENSE=	BSD2CLAUSE
 
 NO_ARCH=	yes
-USES=		python:3.6+
+USES=		python:3.6-3.9
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>