PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
355 stars 51 forks source link

GitHub Action: Add Python 3.10 and remove 3.6 #256

Closed cclauss closed 1 year ago

cclauss commented 2 years 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.

generator_stop is history in Python >= 3.7. https://docs.python.org/3/library/__future__.html

@takluyver @graingert Your reviews, please.