Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvJWH-0007tX-EC for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Dec 2021 13:31:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mvJWG-0007Et-7E for pgsql-hackers@arkaria.postgresql.org; Thu, 09 Dec 2021 13:31:32 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvJWF-0007Ek-UZ for pgsql-hackers@lists.postgresql.org; Thu, 09 Dec 2021 13:31:31 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvJW9-0001Sk-V0 for pgsql-hackers@postgresql.org; Thu, 09 Dec 2021 13:31:30 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 1B9DVNNo3777644; Thu, 9 Dec 2021 08:31:23 -0500 From: Tom Lane To: Peter Eisentraut cc: pgsql-hackers Subject: Re: Replace uses of deprecated Python module distutils.sysconfig In-reply-to: <0cd3579e-7790-aa05-0202-c6ce14d0af73@enterprisedb.com> References: <0cd3579e-7790-aa05-0202-c6ce14d0af73@enterprisedb.com> Comments: In-reply-to Peter Eisentraut message dated "Thu, 09 Dec 2021 10:26:01 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3777642.1639056683.1@sss.pgh.pa.us> Date: Thu, 09 Dec 2021 08:31:23 -0500 Message-ID: <3777643.1639056683@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Peter Eisentraut writes: > On 02.12.21 08:20, Peter Eisentraut wrote: >> Buildfarm impact: >> gaur and prariedog use Python 2.6 and would need to be upgraded. > Tom, are you planning to update the Python version on these build farm > members? I realize these are very slow machines and this might take > some time; I'm just wondering if this had registered. I can do that when it becomes necessary. I've got one eye on the meson conversion discussion, which will kill those two animals altogether; so it seems possible that updating their Pythons now would just be wasted effort depending on what lands first. regards, tom lane