2 Dec
2021
2 Dec
'21
8:51 p.m.
On 2021-12-02 08:25:16 -0500 (-0500), Corey Bryant wrote: [...]
Python3.9 testing is probably good enough coverage for Python3.8. Generally testing with the min and max python versions seems sensible, although the gap feels like it's getting wider than it was in the past, likely due to python release cadence.
It seems like we're primarily talking about unit tests here. There will still be a fair amount of direct 3.8 coverage as DevStack/Tempest/Grenade jobs use the default python3 on Focal unless we tell them not to. Same goes for docs builds, release jobs, et cetera. -- Jeremy Stanley