On 2021-01-06 13:27:28 +0000 (+0000), Sean Mooney wrote: [...]
there is no requiremetn for project to maintain testing for py 3.7 but that does not mean the cant elect to test it as an option addtional runtime provided they test teh minium reuiqred vers which are python 3.6 and 3.8
py 3.7 could be maintined as an optional runtime as we do for python 3.9 but i think part of the motivation of droping the 3.7 jobs is to conserve ci bandwith in general and ensure we have enough to test with 3.9 were we can. [...]
Sure, but that wasn't the question, it was in fact: On 2021-01-05 22:32:58 +0100 (+0100), Pierre Riteau wrote:
There have been many patches submitted to drop the Python 3.7 classifier from setup.cfg: https://review.opendev.org/q/%2522remove+py37%2522 The justification is that Wallaby tested runtimes only include 3.6 and 3.8. [...] Should we really drop these classifiers when there are no corresponding CI jobs, even though more Python versions may well be supported? [...]
-- Jeremy Stanley