Closed consideRatio closed 2 years ago
We only test against python 3.8 but we should test against all the versions of python we support instead.
I've concluded that we require at least python 3.7 because capture_output is used in subprocess.run().
capture_output
subprocess.run()
We only test against python 3.8 but we should test against all the versions of python we support instead.
I've concluded that we require at least python 3.7 because
capture_output
is used insubprocess.run()
.