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
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Since Python 2 is not supported anymore, we probably don't really need to depend on the "future" package for anything that cannot be replaced.
In the past, this has prevented using recent versions of Pythons before "future" caught up with them: #1233