Python 3.9
I've fixed a few tests that were failing due to a change in syntax of pytest.approx().
Now all unit tests and doc-tests are passing on python 3.9.10.
Resolves this issue: #160 (closed)
I'm working on updating the docker image for the CI pipeline ..