Re: [RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7

2023-02-08 Thread Paolo Bonzini
Ping. Paolo On Tue, Jan 17, 2023 at 10:16 AM Paolo Bonzini wrote: > > QEMU build and test scripts would like to use some new features that > were added to Python 3.7. Useful additions include removing the need > for OrderedDict, improved handling of default text encoding, postponed > evaluation

[RFC PATCH 0/4] Update CentOS and OpenSUSE CI to Python >=3.7

2023-01-17 Thread Paolo Bonzini
QEMU build and test scripts would like to use some new features that were added to Python 3.7. Useful additions include removing the need for OrderedDict, improved handling of default text encoding, postponed evaluation of type annotations, and improvements to asyncio. Using new features that wer