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
Thanks for this, @a-detiste — and apologies it sat open so long. The six removal has now landed on main via #365, which dropped six from requirements.txt and replaced all usages across the obj_c, swift, and python_rsrc backends (using an ensure_str helper to preserve the bytes-decoding semantics), simplified _strftime, and modernized the Python floor/CI along the way. main now has zero six references.
Your PR informed that direction, so thank you for it. Since the goal is fully covered on main and this branch is now several commits behind (and would conflict), I'm closing this as superseded by #365. Really appreciate the contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your project states "Stone requires Python 3.", so six can be dropped.
https://wiki.debian.org/Python3-six-removal
Checklist
General Contributing
Is This a Code Change?
Validation
tox?