Re: [Xen-devel] [PATCH v3 1/7] Update python requirement

2019-03-11 Thread Wei Liu
On Mon, Mar 11, 2019 at 01:08:11PM +, Andrew Cooper wrote: > On 11/03/2019 13:04, Wei Liu wrote: > > CentOS 5, which was the reason of the 2.4 restriction, is EOL. CentOS > > 6 ships 2.6. > > > > Bump the version to 2.6 in README. Now that all scripts are 3 > > compatible, remove the restrictio

Re: [Xen-devel] [PATCH v3 1/7] Update python requirement

2019-03-11 Thread Andrew Cooper
On 11/03/2019 13:04, Wei Liu wrote: > CentOS 5, which was the reason of the 2.4 restriction, is EOL. CentOS > 6 ships 2.6. > > Bump the version to 2.6 in README. Now that all scripts are 3 > compatible, remove the restriction on python 2 as well. I think the Python 2 restriction needs to stay unti

[Xen-devel] [PATCH v3 1/7] Update python requirement

2019-03-11 Thread Wei Liu
CentOS 5, which was the reason of the 2.4 restriction, is EOL. CentOS 6 ships 2.6. Bump the version to 2.6 in README. Now that all scripts are 3 compatible, remove the restriction on python 2 as well. Update the check in configure.ac. Signed-off-by: Wei Liu --- README | 10 ++--