Conversation
|
The deprecated 3.7 failed a test ( |
Didn't we handle this in the testing framework? (or is my memory failing me on this one?) |
|
There's something for the deprecation itself. There's not for an individual test that gets extra output due to using a deprecated Python version. I'm kind of surprised it hit only one test. We should be able to come up with something - it might possibly be related to the change to runtest to add logging. |
Looks like the failing part is some additional checks @mwichmann added in 2024, and we've not had any deprecations since then so it didn't get hit til now.. |
Originally part of #4825, this PR simply deprecates Python 3.7 & 3.8. The only other change is removing a check in
ActionTests.py, as I realized that was conditional on 3.6 specifically, so it being bumped to 3.7 was a mistakeContributor Checklist:
CHANGES.txtandRELEASE.txt(and read theREADME.rst).