Raise Python requirement to 3.9
PyWavelets
does not provide prebuilt wheels for Python 3.7, and hence local compilation attempt fails in CI when trying to run under 3.7. Since this project does not need to support 3.7, this MR solves the issue by simply raising the requirement.
Note: CI is still failing due to incorrect runtime imports in the library.