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
Write a tool to help with updating python versions in tox.inis, actions, workflows, anywhere else (a pre-codegen step), so that we don't overlook changes needed when adding / dropping Python version support or end up use stale versions of Python in our
It should probably take in our (previous) earliest supported version and latest supported version as arguments and the version we're adding or dropping.
The text was updated successfully, but these errors were encountered:
Description of issue
Write a tool to help with updating python versions in tox.inis, actions, workflows, anywhere else (a pre-codegen step), so that we don't overlook changes needed when adding / dropping Python version support or end up use stale versions of Python in our
It should probably take in our (previous) earliest supported version and latest supported version as arguments and the version we're adding or dropping.
The text was updated successfully, but these errors were encountered: