From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender11-op-o11.zoho.eu (sender11-op-o11.zoho.eu [31.186.226.225]) by sourceware.org (Postfix) with ESMTPS id A2D903850841 for ; Wed, 29 Jun 2022 15:36:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A2D903850841 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=hamishmb.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hamishmb.com ARC-Seal: i=1; a=rsa-sha256; t=1656517010; cv=none; d=zohomail.eu; s=zohoarc; b=AHCIHc1LrtCya1JDC1uUtNvNSf3LEGU1324bzH1mhpIgVQudxijOREAc6af95DJ1bniK36dNfBHYoxV/52OsCHvxmpcFxPK4IMtoqPYMnmZBSLin6j7PFX/vQH5Jkz9LWzb9oVLqktLq6a+jcFiBqBZgjQwdoP6e5u5kxPyPSTM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1656517010; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=zLb1Wlv63HDKFUeoi9uqApPoVKNY+l7b/8U5b8u4La8=; b=cY0XQWdoe4941FwByIWVTZxFxjbK3Uu9z83+Urlgkehk+AMD91jM9gjNrBIXkygRxEmdvt+ebINc6+z4328HYwVlQoh4lgAgPybvaeLCCB1ipf2hggXEoQuXfJtOBzpTSynoLE6m2lD3CvJk+HoZ9RyPYX+/l1QqoFQTCwEwNhY= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=hamishmb.com; spf=pass smtp.mailfrom=cygwin@hamishmb.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1656517010; s=zmail; d=hamishmb.com; i=cygwin@hamishmb.com; h=Date:Date:MIME-Version:Subject:Subject:References:To:To:From:From:Message-ID:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=zLb1Wlv63HDKFUeoi9uqApPoVKNY+l7b/8U5b8u4La8=; b=p5AR9+W40Y9F2oAPkYEULnaWORBU2eyZUwzYsX5nQ4yiongzQnZX3QAlzjOFZvrw xqVOhaIXw4OTwhzUoI9R4LKLobBrHvqlJ4+ZHBhTFGwoOgeT9IhtaWooklnIHuLuFDA yFbS58Vhj6o0vvssdCDJGVnDGEHCVAq8xw9EYubk= Received: from [192.168.10.213] (host81-151-63-109.range81-151.btcentralplus.com [81.151.63.109]) by mx.zoho.eu with SMTPS id 1656517010199249.04997794079281; Wed, 29 Jun 2022 17:36:50 +0200 (CEST) Date: Wed, 29 Jun 2022 16:36:49 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [patch] cygport : update to python 3.9 Content-Language: en-US References: <9eb22f83-e7e9-1ec5-1aed-5e0b6c8c7848@gmail.com> To: "cygwin-apps@cygwin.com" From: Hamish McIntyre-Bhatty Message-ID: <10e94aa2-3b44-5d57-e645-94b24d981e16@hamishmb.com> In-Reply-To: <9eb22f83-e7e9-1ec5-1aed-5e0b6c8c7848@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2022 15:36:57 -0000 On 31/12/2021 10:00, Marco Atzeri wrote: > Attached patch moves "default" from 3.6 to 3.9 >=20 > Additional changes: > =C2=A0Remove 3.5 from all > =C2=A0Change future to 3.10 >=20 >=20 > Other point: >=20 > As 3.5 was never reall deployed, I think we can remove it from the=20 > distibution. >=20 > As we have a lot of python3-* is obsoleded py python36-* > what is the best way to updated to python39-* when available ? >=20 > Regards > Marco >=20 >=20 >=20 >=20 Just noticed this. I'll update my packages to rebuild against Python 3.10. I'm also going to try to get wxWidgets 3.1 (and thus newer wxPython)=20 working again soon, but I might need some help debugging the test suite=20 if it still misbehaves. I guess that means I'm now building wxWidgets and wxPython for 4=20 different versions of Python on 64-bit and 32-bit. I'll be glad when=20 32-bit builds go away, it takes so long to do these builds, even on a=20 Ryzen 3600. Hamish