You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support Python 3.9+, dropping support for Python 3.8.
* Simplify code by removing components that existed to support pre Python 3.9
features or solutions.
* Use improved typing features from Python 3.9.
* Remove importlib_resources conditional dependency for Python < 3.9.
* Remove Python 3.8 trove classifier.
* Use Python 3.10 for the mypy minimum python check, due to Numpy typing being
improved in 3.10+.
Co-authored-by: Giordon Stark <[email protected]>
0 commit comments