gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.56k stars 867 forks source link

Perhaps we do not need pathlib for Python 3.4+ #448

Closed gleitz closed 2 years ago

gleitz commented 2 years ago

Fixes https://github.com/gleitz/howdoi/issues/447

Also include Python 3.10 as the default and supported version. Also update nose to nose2 to handle an issue with Python 3.10. Perhaps We should switch to Pytest in the future.