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
As of March 2023 the current default Anaconda version of Python is 3.9. That might be a good heuristic for us. Some scientific libraries can be slower to update to the latest versions of Python, and they might get used with this library.
Replace any match statements
Make sure typehints are compatible with 3.9
Test against 3.9
The text was updated successfully, but these errors were encountered:
As of March 2023 the current default Anaconda version of Python is 3.9. That might be a good heuristic for us. Some scientific libraries can be slower to update to the latest versions of Python, and they might get used with this library.
match
statementsThe text was updated successfully, but these errors were encountered: