Python 3.7 has been out for a while. In fact, it’s the oldest version of Python still receiving support when this was written. I’d still like to write a “what’s new”, targeting users who are upgrading to a Python 3.7+ only codebase, and want to know what to take advantage of!| ISciNumPy.dev
In this post we will cover automatically running our tests when we push new code to GitHub, and when contributors raise Pull Requests against our project.| jacobtomlinson.dev