[Bug 275494] [exp-run] lang/python311 as default python version

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Feb 2024 10:39:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275494

--- 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=         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 date
of supported python versions. So my ports which do not support python 3.9 and
later are also DEPRECATED with an EXPIRATION_DATE of 2424-10-31 which is also
the EOL of python 3.8.

-- 
You are receiving this mail because:
You are on the CC list for the bug.