kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #42526
Re: [PATCH] Update python defaults
Simon,
While Python 2 may be deprecated, I don't think we can change the defaults
for master yet. The main issue is the packaging of Windows and Mac still
requires Python 2 (based on the discussion in [1]) because the Python 3
packages are not validated/existing yet. Until we have Windows and OSX
using Python 3, I think we should hold off bumping the defaults in the
CMake.
-Ian
[1]
https://www.mail-archive.com/kicad-developers@xxxxxxxxxxxxxxxxxxx/msg36823.html
On Sat, Oct 26, 2019 at 6:03 PM Simon Richter <Simon.Richter@xxxxxxxxxx>
wrote:
> Hi,
>
> On 26.10.19 18:55, Simon Richter wrote:
>
> > Python 2 is deprecated upstream, and most distributions are switching
> > to Python 3 as default, and ship wxPython Phoenix as the wxWidgets
> > binding for Python 3.
>
> This is mainly to get the ball rolling -- before this can be applied on
> master I'm going to do a round of -patch builds so we can see what
> exactly breaks if we do this.
>
> Simon
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References