Date: Thu, 22 Feb 2024 10:39:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 275494] [exp-run] lang/python311 as default python version Message-ID: <bug-275494-7788-5gRBT1NlQi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275494-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-275494-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275494 --- Comment #96 from Muhammad Moinur Rahman <bofh@freebsd.org> --- (In reply to wen from comment #93) Wen these should be marked BROKEN conditionally like the following: .include <bsd.port.pre.mk> .if ${PYTHON_REL} > 31000 BROKEN=3D Python-3.11 is not supported .endif .include <bsd.port.post.mk> I also mark my ports with DEPRECATED and EXPIRATION_DATE based on the EOL d= ate of supported python versions. So my ports which do not support python 3.9 a= nd later are also DEPRECATED with an EXPIRATION_DATE of 2424-10-31 which is al= so the EOL of python 3.8. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275494-7788-5gRBT1NlQi>