git: a483ffe445c0 - main - www/mod_wsgi4: limit python versions to 3.6-3.9 range

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 16 Dec 2021 12:03:12 UTC
The branch main has been updated by fluffy:

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

commit a483ffe445c091dbdb10835d484a666b8d3f02ad
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-12-16 11:57:25 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-12-16 11:57:25 +0000

    www/mod_wsgi4: limit python versions to 3.6-3.9 range
    
    mod_wsgi cannot be built against py310+ yet
    
    Approved by:    portmgr blanket
    Sponsored by:   Ntzkommune GmbH
---
 www/mod_wsgi4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/mod_wsgi4/Makefile b/www/mod_wsgi4/Makefile
index c77d197235bd..89ca9a9cb6c9 100644
--- a/www/mod_wsgi4/Makefile
+++ b/www/mod_wsgi4/Makefile
@@ -9,7 +9,7 @@ COMMENT=	Python WSGI adapter module for Apache
 
 LICENSE=	APACHE20
 
-USES=		apache:2.4+ cpe gettext python:3.6+
+USES=		apache:2.4+ cpe gettext python:3.6-3.9
 USE_PYTHON=	flavors
 
 CPE_VENDOR=	modwsgi