In GitLab by @jaraco on Apr 11, 2020, 17:29
Although CI doesn't run coverage on Python 3.7+, the tests are failing if run on those later versions.
I'm not sure what's the right course of action. I don't want to repeat the existing pattern and create a _py37.py to contain the select code that's run on Python 3.7+.