Closed cclauss closed 1 year ago
https://devguide.python.org/#status-of-python-branches vs. https://devguide.python.org/devcycle/#end-of-life-branches
All tests are green but .github/workflows/main.yml line 50 needs some attention from someone who knows coveralls.
.github/workflows/main.yml
coveralls
generator_stop is history in Python >= 3.7. https://docs.python.org/3/library/__future__.html
generator_stop
@takluyver @graingert Your reviews, please.
https://devguide.python.org/#status-of-python-branches vs. https://devguide.python.org/devcycle/#end-of-life-branches
All tests are green but
.github/workflows/main.yml
line 50 needs some attention from someone who knowscoveralls
.generator_stop
is history in Python >= 3.7. https://docs.python.org/3/library/__future__.html@takluyver @graingert Your reviews, please.