Re: [PATCH 01/37] python: Require 3.6+

2020-09-16 Thread Daniel P . Berrangé
On Tue, Sep 15, 2020 at 06:39:51PM -0400, John Snow wrote: > Python 3.5 is now EOL. Python 3.6 brings with it several nice things: NB Upstream EOL is not relevant. We need to base min version changes on the OS platform support matrix. So it would be better for the commit message to provide details

Re: [PATCH 01/37] python: Require 3.6+

2020-09-16 Thread Markus Armbruster
John Snow writes: > Python 3.5 is now EOL. Python 3.6 brings with it several nice things: > > - Literal string interpolation (PEP 498) > - Syntax for variable annotations (PEP 526) > - Preserving keyword argument order (PEP 468) * > > PEP 526 in particular will allow us to convert the QAPI module

[PATCH 01/37] python: Require 3.6+

2020-09-15 Thread John Snow
Python 3.5 is now EOL. Python 3.6 brings with it several nice things: - Literal string interpolation (PEP 498) - Syntax for variable annotations (PEP 526) - Preserving keyword argument order (PEP 468) * PEP 526 in particular will allow us to convert the QAPI module to the statically typed subset