Re: [PATCH v3 6/6] Python: Drop support for Python 3.6

2023-02-20 Thread Markus Armbruster
John Snow writes: > Python 3.6 was EOL 2021-12-31. Newer versions of upstream libraries have > been dropping support for this version and it is becoming more > cumbersome to support. Avocado-framework and qemu.qmp each have their > own reasons for wanting to drop Python 3.6, but won't until QEMU

[PATCH v3 6/6] Python: Drop support for Python 3.6

2023-02-20 Thread John Snow
Python 3.6 was EOL 2021-12-31. Newer versions of upstream libraries have been dropping support for this version and it is becoming more cumbersome to support. Avocado-framework and qemu.qmp each have their own reasons for wanting to drop Python 3.6, but won't until QEMU does. Versions of Python av