sigmavirus24 / github3.py

Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
https://github3.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.21k stars 402 forks source link

Removes Python 3.6 #1103

Closed staticdev closed 2 years ago

staticdev commented 2 years ago

Closes #1075

staticdev commented 2 years ago

I'd rather get rid of .flake8 and put it all in setup.cfg or tox.ini but this works for now

Done, I switched back flake8 config to tox.ini. Could you change the required checks below?

sigmavirus24 commented 2 years ago

Removed those. The new tests haven't run on main yet so can't add them yet. Merging this to get that going.