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
Right now our CI runs in Python 3.11 but our code still works with Python 3.7 and up I think. We need to run our tests against each version to confirm! We should use tox or nox to get this done.