From nobody Mon Jun 1 15:25:38 2026 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gTd8J5pVJz6gC2W for ; Mon, 01 Jun 2026 15:25:52 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [46.21.153.22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4gTd8H1B5Zz3psl for ; Mon, 01 Jun 2026 15:25:51 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=cM0cqbjx; dmarc=pass (policy=quarantine) header.from=nomadlogic.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 46.21.153.22 as permitted sender) smtp.mailfrom=pete@nomadlogic.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1780327511; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0PvCrNbbc43A6F133jjtSpeF2MX/yJNTPuRHL9wiyC4=; b=cM0cqbjx9qgKY8X5dURtsF2irZO6QS5UrOBWuXTQbhp2ox4RgUBJFJl579NILI7sgGu/x7 CG5Vhj61czaRFyu8G/+fmtn446mhgFi6Whdy+0SsbTViF1+FvO9ct5Q5VH9CF26x6P7bY2 3Ey82USR98nP1ibfQUZrgVu0VjnzSH0= Received: from [192.168.1.182] (47-154-29-181.fdr01.snmn.ca.ip.frontiernet.net [47.154.29.181]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 6c786709 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Mon, 1 Jun 2026 15:25:11 +0000 (UTC) Message-ID: <95463db0-642a-42f7-ab5c-33ec6d0c2ec5@nomadlogic.org> Date: Mon, 1 Jun 2026 08:25:38 -0700 List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-python@freebsd.org Sender: owner-freebsd-python@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: default 3.11 question To: python@freebsd.org References: <990778ee7f27d9d152939803f28a5590@FreeBSD.org> <0f9a985e-7da0-4829-a1c1-10841192768b@freebsd.org> Content-Language: en-US From: Pete Wright In-Reply-To: <0f9a985e-7da0-4829-a1c1-10841192768b@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-3.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.993]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:29802, ipnet:46.21.153.0/24, country:US]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[python@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[python@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[nomadlogic.org:+] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4gTd8H1B5Zz3psl On 5/30/26 20:12, Charlie Li wrote: > jgh wrote: >> Hello, >> >> I am new to the Python FreeBSD community, however I have over the >> years maintained and updated python ports. Recently, however, I have >> become more of a programmer in python and am curious what the >> direction is for addressing our current default version of 3.11. >> >> According to Python, this version will be EOL by 10/2027. With the >> pace of change on portstree and ironing out various issues and >> software lifecycle, I imagine it will take some planning, coordination >> and many updates to meet this deadline. >> >> Are there any conversations, efforts or planning in addressed our >> current default and what our new path may be? >> > There is an active PR 285957 to make 3.12 the default. There is still a > long list of build failures in the way however. > is there a doc or something that's keeping track of these failing builds? if not i am happy to help organize them in the wiki which may get more people helping resolve the failing builds (myself included). https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285957 seems to be recording fallout but its a bit difficult to get a handle on the overall state of things. -pete -- Pete Wright pete@nomadlogic.org