Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 36F7D782E32 for <~alpine/devel@lists.alpinelinux.org>; Fri, 24 Jan 2020 20:14:58 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 8D3954400DA; Fri, 24 Jan 2020 21:14:57 +0100 (CET) Date: Fri, 24 Jan 2020 21:14:57 +0100 From: Kevin Daudt To: Ariadne Conill Cc: Natanael Copa , ~alpine/devel@lists.alpinelinux.org Subject: Re: Python 2 Message-ID: <20200124201457.GA1048530@alpha> Mail-Followup-To: Ariadne Conill , Natanael Copa , ~alpine/devel@lists.alpinelinux.org References: <20200124155225.041d232c@ncopa-desktop.copa.dup.pw> <5e69d1161d631788873e8e5d3cf0d5e5@dereferenced.org> <11a76af7b6dc9c035956d4ade615d489@dereferenced.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11a76af7b6dc9c035956d4ade615d489@dereferenced.org> On Fri, Jan 24, 2020 at 03:03:36PM +0000, Ariadne Conill wrote: > Hello, > > January 24, 2020 8:52 AM, "Natanael Copa" wrote: > > > On Fri, 24 Jan 2020 14:48:44 +0000 > > "Ariadne Conill" wrote: > > > >> Hello, > >> > >> As we know, Python 2.7 will be EOL in April, which will be > >> around the same time that Alpine 3.12 is branched. > >> > >> Should we begin removing Python 2 in edge, or do we want to > >> continue supporting it for 3.12? > >> > >> Ariadne > > > > Would be good if we could remove it and Leo has done some good work in > > that direction. > > > > Not sure what the blockers for that is. > > I think we should identify the blockers and work them. It > would be nice to drop Python 2 in 3.12. > > Ariadne One blocker is redo (which I maintain), which does not support python3. I'm mostly there in porting it to python3, I'm just running into some bugs / issues with tests failing.