Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-12 Thread Bill Deegan
Jonathon,

K. Thanks for the info.
Do you know when Debian 9 EOLs?

-Bill

On Tue, Jan 12, 2021 at 4:41 AM Jonathon Reinhart <
jonathon.reinh...@gmail.com> wrote:

> No, only Python 3.5 is in the standard repo. As far as I know, the only
> way to install something newer is to compile Python from source (an
> alternate install).
>
> On Tue, Jan 12, 2021, 00:05 Bill Deegan  wrote:
>
>> Jonathon,
>>
>> Are there py 3.6 or newer python packages for Debian 9 in the standard
>> repo?
>> Or is it a special add on.
>>
>> -Bill
>>
>> On Mon, Jan 11, 2021 at 8:32 PM Jonathon Reinhart <
>> jonathon.reinh...@gmail.com> wrote:
>>
>>> Debian 9 is still supported, and runs Python 3.5:
>>> https://wiki.debian.org/Python
>>>
>>> But, that can be worked around by either adding a newer version of
>>> Python, or holding back the SCons version.
>>>
>>> On Mon, Jan 11, 2021, 23:06 Bill Deegan 
>>> wrote:
>>>
 Greetings,

 Since Py 3.5 is EOL'd we're considering moving the floor version for
 SCons to 3.6.

 Please comment if 3.5 is still important to you and why

 Thanks,
 Bill
 SCons Project Co-manager
 ___
 Scons-dev mailing list
 Scons-dev@scons.org
 https://pairlist2.pair.net/mailman/listinfo/scons-dev

>>> ___
>>> Scons-dev mailing list
>>> Scons-dev@scons.org
>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>>
>> ___
>> Scons-dev mailing list
>> Scons-dev@scons.org
>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-12 Thread Jason Kenny
For me at least… python 3.6 is the oldest I have to deal with.

Jason


From: Bill Deegan<mailto:b...@baddogconsulting.com>
Sent: Monday, January 11, 2021 10:06 PM
To: SCons users mailing list<mailto:scons-us...@scons.org>; SCons developer 
list<mailto:scons-dev@scons.org>
Subject: [Scons-dev] Py 3.5 support.. How important is it?

Greetings,

Since Py 3.5 is EOL'd we're considering moving the floor version for SCons to 
3.6.

Please comment if 3.5 is still important to you and why

Thanks,
Bill
SCons Project Co-manager

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-12 Thread Rob Boehne
We may not be the most typical users, but here at Datalogics we went from 2.7 
directly to 3.6 because we did it late, and F-strings.  So we’ve never had  
Python 3 <= 3.5 in production.

From: Scons-dev  on behalf of Bill Deegan 

Reply-To: SCons developer list 
Date: Monday, January 11, 2021 at 10:07 PM
To: SCons users mailing list , SCons developer list 

Subject: [Scons-dev] Py 3.5 support.. How important is it?

Greetings,

Since Py 3.5 is EOL'd we're considering moving the floor version for SCons to 
3.6.

Please comment if 3.5 is still important to you and why

Thanks,
Bill
SCons Project Co-manager
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-12 Thread Jonathon Reinhart
No, only Python 3.5 is in the standard repo. As far as I know, the only way
to install something newer is to compile Python from source (an alternate
install).

On Tue, Jan 12, 2021, 00:05 Bill Deegan  wrote:

> Jonathon,
>
> Are there py 3.6 or newer python packages for Debian 9 in the standard
> repo?
> Or is it a special add on.
>
> -Bill
>
> On Mon, Jan 11, 2021 at 8:32 PM Jonathon Reinhart <
> jonathon.reinh...@gmail.com> wrote:
>
>> Debian 9 is still supported, and runs Python 3.5:
>> https://wiki.debian.org/Python
>>
>> But, that can be worked around by either adding a newer version of
>> Python, or holding back the SCons version.
>>
>> On Mon, Jan 11, 2021, 23:06 Bill Deegan 
>> wrote:
>>
>>> Greetings,
>>>
>>> Since Py 3.5 is EOL'd we're considering moving the floor version for
>>> SCons to 3.6.
>>>
>>> Please comment if 3.5 is still important to you and why
>>>
>>> Thanks,
>>> Bill
>>> SCons Project Co-manager
>>> ___
>>> Scons-dev mailing list
>>> Scons-dev@scons.org
>>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>>
>> ___
>> Scons-dev mailing list
>> Scons-dev@scons.org
>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-11 Thread Bill Deegan
Jonathon,

Are there py 3.6 or newer python packages for Debian 9 in the standard repo?
Or is it a special add on.

-Bill

On Mon, Jan 11, 2021 at 8:32 PM Jonathon Reinhart <
jonathon.reinh...@gmail.com> wrote:

> Debian 9 is still supported, and runs Python 3.5:
> https://wiki.debian.org/Python
>
> But, that can be worked around by either adding a newer version of Python,
> or holding back the SCons version.
>
> On Mon, Jan 11, 2021, 23:06 Bill Deegan  wrote:
>
>> Greetings,
>>
>> Since Py 3.5 is EOL'd we're considering moving the floor version for
>> SCons to 3.6.
>>
>> Please comment if 3.5 is still important to you and why
>>
>> Thanks,
>> Bill
>> SCons Project Co-manager
>> ___
>> Scons-dev mailing list
>> Scons-dev@scons.org
>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Py 3.5 support.. How important is it?

2021-01-11 Thread Jonathon Reinhart
Debian 9 is still supported, and runs Python 3.5:
https://wiki.debian.org/Python

But, that can be worked around by either adding a newer version of Python,
or holding back the SCons version.

On Mon, Jan 11, 2021, 23:06 Bill Deegan  wrote:

> Greetings,
>
> Since Py 3.5 is EOL'd we're considering moving the floor version for SCons
> to 3.6.
>
> Please comment if 3.5 is still important to you and why
>
> Thanks,
> Bill
> SCons Project Co-manager
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


[Scons-dev] Py 3.5 support.. How important is it?

2021-01-11 Thread Bill Deegan
Greetings,

Since Py 3.5 is EOL'd we're considering moving the floor version for SCons
to 3.6.

Please comment if 3.5 is still important to you and why

Thanks,
Bill
SCons Project Co-manager
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev