Re: [PATCH] Python 3.8 support

2019-11-04 Thread Daniel Axtens
Andrew Donnellan writes: > On 5/11/19 2:18 pm, Stephen Finucane wrote: >> On Thu, 2019-10-24 at 14:10 +1100, Andrew Donnellan wrote: >>> Enable Python 3.8 in our tests and list it as a supported version. >>> >>> Signed-off-by: Andrew Donnellan >> >> LGTM, but let's hold off on this until 2.2 is

Re: [PATCH] Python 3.8 support

2019-11-04 Thread Andrew Donnellan
On 5/11/19 2:18 pm, Stephen Finucane wrote: On Thu, 2019-10-24 at 14:10 +1100, Andrew Donnellan wrote: Enable Python 3.8 in our tests and list it as a supported version. Signed-off-by: Andrew Donnellan LGTM, but let's hold off on this until 2.2 is out. Given there are no code changes neces

Re: [PATCH] Python 3.8 support

2019-11-04 Thread Stephen Finucane
On Thu, 2019-10-24 at 14:10 +1100, Andrew Donnellan wrote: > Enable Python 3.8 in our tests and list it as a supported version. > > Signed-off-by: Andrew Donnellan LGTM, but let's hold off on this until 2.2 is out. Stephen ___ Patchwork mailing list

[PATCH] Python 3.8 support

2019-10-23 Thread Andrew Donnellan
Enable Python 3.8 in our tests and list it as a supported version. Signed-off-by: Andrew Donnellan --- README.rst | 2 +- tools/docker/Dockerfile | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 01d